MADNESS 0.10.1
|
Public Member Functions | |
CalculationParameters () | |
void | print_info () |
void | read_file (const std::string filename) |
template<typename Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
double | dconv |
conversion criteria | |
double | delta |
step size to calc numerical derivative of residual | |
double | eprec |
precision of smoothing parameter | |
double | L |
box size | |
double | lo |
smallest length scale we need to resolve | |
int | maxiter |
max number of iteration | |
int | nio |
number of I/O node | |
bool | nonlinear |
if true do non linear optimization | |
bool | plot |
if true plot vmo or umo | |
std::string | symbol |
symbol of target atom | |
double | thresh |
truncation threshold | |
|
inline |
|
inline |
|
inline |
References dconv, delta, madness::f, madness::filename, L, maxiter, nio, nonlinear, plot, print_info(), symbol, and thresh.
|
inline |
double CalculationParameters::dconv |
conversion criteria
Referenced by print_info(), read_file(), and serialize().
double CalculationParameters::delta |
step size to calc numerical derivative of residual
Referenced by print_info(), read_file(), and serialize().
double CalculationParameters::eprec |
precision of smoothing parameter
Referenced by print_info(), and serialize().
double CalculationParameters::L |
box size
Referenced by main(), print_info(), read_file(), and serialize().
double CalculationParameters::lo |
smallest length scale we need to resolve
Referenced by print_info(), and serialize().
int CalculationParameters::maxiter |
max number of iteration
Referenced by print_info(), read_file(), and serialize().
int CalculationParameters::nio |
number of I/O node
Referenced by print_info(), read_file(), and serialize().
bool CalculationParameters::nonlinear |
if true do non linear optimization
Referenced by print_info(), and read_file().
bool CalculationParameters::plot |
if true plot vmo or umo
Referenced by print_info(), and read_file().
std::string CalculationParameters::symbol |
symbol of target atom
Referenced by print_info(), read_file(), and serialize().
double CalculationParameters::thresh |
truncation threshold
Referenced by print_info(), read_file(), and serialize().