20#ifndef DFTFE_ATOMCENTEREDSPHERICALFUNCTIONVALENCEDENSITYSPLINE_H
21#define DFTFE_ATOMCENTEREDSPHERICALFUNCTIONVALENCEDENSITYSPLINE_H
25#include <boost/math/quadrature/gauss_kronrod.hpp>
34#include <interpolation.h>
53 double truncationTol = 1E-10,
54 bool consider0thEntry =
true);
Definition AtomCenteredSphericalFunctionSpline.h:41
AtomCenteredSphericalFunctionValenceDensitySpline(std::string filename, double truncationTol=1E-10, bool consider0thEntry=true)
Creates splines for radial-Valence Density from file by applying suitable BC on spline and determinin...
Contains commonly used I/O file utils functions.
Definition pseudoPotentialToDftfeConverter.cc:34