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