VMPS++
Loading...
Searching...
No Matches
ParamReturner Class Reference

Detailed Description

Definition at line 8 of file ParamReturner.h.

#include <ParamReturner.h>

Inheritance diagram for ParamReturner:

Public Member Functions

 ParamReturner ()
 
 ParamReturner (const std::map< string, std::any > &defaults_input)
 
DMRG::CONTROL::DYN get_DmrgDynParam (const vector< Param > &params={}) const
 
DMRG::CONTROL::GLOB get_DmrgGlobParam (const vector< Param > &params={}) const
 
VUMPS::CONTROL::DYN get_VumpsDynParam (const vector< Param > &params={}) const
 
VUMPS::CONTROL::GLOB get_VumpsGlobParam (const vector< Param > &params={}) const
 

Private Attributes

bool TRIVIALLY_CONSTRUCTED = false
 
std::map< string, std::any > defaults
 

Constructor & Destructor Documentation

◆ ParamReturner() [1/2]

ParamReturner::ParamReturner ( )
inline

Definition at line 12 of file ParamReturner.h.

◆ ParamReturner() [2/2]

ParamReturner::ParamReturner ( const std::map< string, std::any > &  defaults_input)
inline

Definition at line 14 of file ParamReturner.h.

Member Function Documentation

◆ get_DmrgDynParam()

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.

◆ get_DmrgGlobParam()

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.

◆ get_VumpsDynParam()

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.

◆ get_VumpsGlobParam()

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.

Member Data Documentation

◆ defaults

std::map<string,std::any> ParamReturner::defaults
private

Definition at line 33 of file ParamReturner.h.

◆ TRIVIALLY_CONSTRUCTED

bool ParamReturner::TRIVIALLY_CONSTRUCTED = false
private

Definition at line 32 of file ParamReturner.h.


The documentation for this class was generated from the following file: