20#ifndef DFTFE_ATOMCENTEREDSPHERICALFUNCTIONBASE_H
21#define DFTFE_ATOMCENTEREDSPHERICALFUNCTIONBASE_H
24#include <boost/math/quadrature/gauss_kronrod.hpp>
71 virtual std::vector<double>
Definition AtomCenteredSphericalFunctionBase.h:28
bool d_DataPresent
Definition AtomCenteredSphericalFunctionBase.h:77
unsigned int getQuantumNumberl() const
returns the l-quantum number associated with the spherical function
virtual double getRadialValue(double r) const =0
Computes the Radial Value of the Function at distance r.
double d_cutOff
Definition AtomCenteredSphericalFunctionBase.h:75
double getRadialCutOff() const
Returns the maximum radial distance.
double getIntegralValue() const
COmputes the Radial-Integral value.
virtual std::vector< double > getDerivativeValue(double r) const =0
Computes the Radial Value, Radial-deriative and Radial-second derivative of the Function at distance ...
bool isDataPresent() const
Checks if the data is present.
unsigned int d_lQuantumNumber
Definition AtomCenteredSphericalFunctionBase.h:76
Definition pseudoPotentialToDftfeConverter.cc:34