20#ifndef DFTFE_ATOMCENTEREDPSEUDOWAVEFUNCTIONSPLINE_H
21#define DFTFE_ATOMCENTEREDPSEUDOWAVEFUNCTIONSPLINE_H
25#include <boost/math/quadrature/gauss_kronrod.hpp>
34#include <interpolation.h>
56 double truncationTol = 1E-10);
AtomCenteredPseudoWavefunctionSpline(std::string filename, dftfe::uInt l, double cutoff, double truncationTol=1E-10)
Creates splines for radial-Local Potential from file by applying suitable BC on spline and determinin...
Definition AtomCenteredSphericalFunctionSpline.h:41
Contains commonly used I/O file utils functions.
Definition pseudoPotentialToDftfeConverter.cc:34
std::uint32_t uInt
Definition TypeConfig.h:10