20#ifndef DFTFE_ATOMCENTEREDSPHERICALFUNCTIONSPLINE_H
21#define DFTFE_ATOMCENTEREDSPHERICALFUNCTIONSPLINE_H
25#include <boost/math/quadrature/gauss_kronrod.hpp>
34#include <interpolation.h>
Definition AtomCenteredSphericalFunctionBase.h:28
Definition AtomCenteredSphericalFunctionSpline.h:41
double getRadialValue(double r) const override
Computes the Radial Value of the Function at distance r.
std::vector< double > getDerivativeValue(double r) const override
Computes the Radial Value, Radial-deriative and Radial-second derivative of the Function at distance ...
double getrMinVal() const
alglib::spline1dinterpolant d_radialSplineObject
Definition AtomCenteredSphericalFunctionSpline.h:55
double d_rMin
Definition AtomCenteredSphericalFunctionSpline.h:53
Contains commonly used I/O file utils functions.
Definition pseudoPotentialToDftfeConverter.cc:34