High-precision calculations for one- and two-valence atomic systems
SplineBasis::Parameters

ok

Input parameters for B-spline basis construction.

#include <BSplineBasis.hpp>

Public Member Functions

 Parameters (const std::string &states, std::size_t n, std::size_t k, double r0, double reps, double rmax, const std::string &positron="", SplineType itype=SplineType::Derevianko, bool in_orthogonalise=false, bool in_verbose=true)
 
 Parameters (IO::InputBlock input)
 

Public Attributes

std::string states {}
 
std::size_t n {}
 
std::size_t k {}
 
double r0 {}
 
double reps {}
 
double rmax {}
 
std::string positron {}
 
SplineType type {SplineType::Derevianko}
 
bool orthogonalise {false}
 
bool verbose {true}
 

The documentation for this struct was generated from the following files: