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