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