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