20#ifndef DFTFE_ATOMCENTEREDSPHERICALFUNCTIONBESSEL_H
21#define DFTFE_ATOMCENTEREDSPHERICALFUNCTIONBESSEL_H
25#include <boost/math/quadrature/gauss_kronrod.hpp>
43 unsigned int lParameter);
Definition AtomCenteredSphericalFunctionBase.h:28
std::vector< double > getDerivativeValue(double r) const override
Computes the Radial Value, Radial-deriative and Radial-second derivative of the Function at distance ...
AtomCenteredSphericalFunctionBessel(double RcParameter, double RmaxParameter, unsigned int lParameter)
Creates the Bessel function based on the 2 parameters.
double d_Rc
Definition AtomCenteredSphericalFunctionBessel.h:60
unsigned int getQuantumNumbern() const
double d_rMinVal
Definition AtomCenteredSphericalFunctionBessel.h:58
double getrMinVal() const
double d_NormalizationConstant
Definition AtomCenteredSphericalFunctionBessel.h:59
double getRadialValue(double r) const override
Computes the Radial Value of the Function at distance r.
Definition pseudoPotentialToDftfeConverter.cc:34