20#ifndef DFTFE_ATOMCENTEREDSPHERICALFUNCTIONZOVERR_H
21#define DFTFE_ATOMCENTEREDSPHERICALFUNCTIONZOVERR_H
25#include <boost/math/quadrature/gauss_kronrod.hpp>
Definition AtomCenteredSphericalFunctionBase.h:30
Definition AtomCenteredSphericalFunctionZOverR.h:37
double d_rMin
Definition AtomCenteredSphericalFunctionZOverR.h:55
AtomCenteredSphericalFunctionOneOverR(double Z, double Rtail, dftfe::uInt l)
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_Zval
Definition AtomCenteredSphericalFunctionZOverR.h:56
double getrMinVal() const
Definition pseudoPotentialToDftfeConverter.cc:34
std::uint32_t uInt
Definition TypeConfig.h:10