VMPS++
|
Definition at line 8 of file ParamReturner.h.
#include <ParamReturner.h>
Public Member Functions | |
ParamReturner () | |
ParamReturner (const std::map< string, std::any > &defaults_input) | |
DMRG::CONTROL::DYN | get_DmrgDynParam (const vector< Param > ¶ms={}) const |
DMRG::CONTROL::GLOB | get_DmrgGlobParam (const vector< Param > ¶ms={}) const |
VUMPS::CONTROL::DYN | get_VumpsDynParam (const vector< Param > ¶ms={}) const |
VUMPS::CONTROL::GLOB | get_VumpsGlobParam (const vector< Param > ¶ms={}) const |
Private Attributes | |
bool | TRIVIALLY_CONSTRUCTED = false |
std::map< string, std::any > | defaults |
|
inline |
Definition at line 12 of file ParamReturner.h.
|
inline |
Definition at line 14 of file ParamReturner.h.
DMRG::CONTROL::DYN ParamReturner::get_DmrgDynParam | ( | const vector< Param > & | params = {} | ) | const |
Push params for DMRG algorithms via these functions to an instance of DmrgSolver.
Definition at line 56 of file ParamReturner.h.
DMRG::CONTROL::GLOB ParamReturner::get_DmrgGlobParam | ( | const vector< Param > & | params = {} | ) | const |
Push params for DMRG algorithms via these functions to an instance of DmrgSolver.
Definition at line 36 of file ParamReturner.h.
VUMPS::CONTROL::DYN ParamReturner::get_VumpsDynParam | ( | const vector< Param > & | params = {} | ) | const |
Push params for DMRG algorithms via these functions to an instance of DmrgSolver.
Definition at line 113 of file ParamReturner.h.
VUMPS::CONTROL::GLOB ParamReturner::get_VumpsGlobParam | ( | const vector< Param > & | params = {} | ) | const |
Push params for DMRG algorithms via these functions to an instance of DmrgSolver.
Definition at line 94 of file ParamReturner.h.
|
private |
Definition at line 33 of file ParamReturner.h.
|
private |
Definition at line 32 of file ParamReturner.h.