20#ifndef DFTFE_ATOMCENTEREDSPHERICALFUNCTIONGAUSSIAN_H
21#define DFTFE_ATOMCENTEREDSPHERICALFUNCTIONGAUSSIAN_H
25#include <boost/math/quadrature/gauss_kronrod.hpp>
Definition AtomCenteredSphericalFunctionBase.h:30
double getrMinVal() const
double d_Rc
Definition AtomCenteredSphericalFunctionGaussian.h:55
double d_rMinVal
Definition AtomCenteredSphericalFunctionGaussian.h:53
AtomCenteredSphericalFunctionGaussian(double RcParameter, double RmaxParameter, dftfe::uInt lParameter)
std::vector< double > getDerivativeValue(double r) const override
Computes the Radial Value, Radial-deriative and Radial-second derivative of the Function at distance ...
double getRadialValue(double r) const override
Computes the Radial Value of the Function at distance r.
double d_NormalizationConstant
Definition AtomCenteredSphericalFunctionGaussian.h:54
dftfe::uInt getQuantumNumbern() const
Definition pseudoPotentialToDftfeConverter.cc:34
std::uint32_t uInt
Definition TypeConfig.h:10