![]() |
QMCPACK
|
Classes | |
class | PerParticleHamiltonianLoggerInputSection |
Public Types | |
using | Consumer = PerParticleHamiltonianLogger |
using | Real = QMCTraits::RealType |
Public Member Functions | |
PerParticleHamiltonianLoggerInput (const PerParticleHamiltonianLoggerInput &other)=default | |
PerParticleHamiltonianLoggerInput (xmlNodePtr cur) | |
PerParticleHamiltonianLoggerInput ()=default | |
For this input class its valid with just its defaults. More... | |
const std::string & | get_name () const |
bool | get_to_stdout () const |
Private Attributes | |
PerParticleHamiltonianLoggerInputSection | input_section_ |
std::string | name_ = "per_particle_log" |
bool | to_stdout_ = false |
Definition at line 22 of file PerParticleHamiltonianLoggerInput.h.
using Consumer = PerParticleHamiltonianLogger |
Definition at line 25 of file PerParticleHamiltonianLoggerInput.h.
using Real = QMCTraits::RealType |
Definition at line 26 of file PerParticleHamiltonianLoggerInput.h.
|
default |
PerParticleHamiltonianLoggerInput | ( | xmlNodePtr | cur | ) |
Definition at line 16 of file PerParticleHamiltonianLoggerInput.cpp.
References PerParticleHamiltonianLoggerInput::input_section_, LAMBDA_setIfInInput, PerParticleHamiltonianLoggerInput::name_, InputSection::readXML(), and PerParticleHamiltonianLoggerInput::to_stdout_.
|
default |
For this input class its valid with just its defaults.
|
inline |
Definition at line 47 of file PerParticleHamiltonianLoggerInput.h.
References PerParticleHamiltonianLoggerInput::name_.
Referenced by PerParticleHamiltonianLogger::PerParticleHamiltonianLogger().
|
inline |
Definition at line 48 of file PerParticleHamiltonianLoggerInput.h.
References PerParticleHamiltonianLoggerInput::to_stdout_.
Referenced by qmcplusplus::TEST_CASE(), and PerParticleHamiltonianLogger::write().
|
private |
Definition at line 51 of file PerParticleHamiltonianLoggerInput.h.
Referenced by PerParticleHamiltonianLoggerInput::PerParticleHamiltonianLoggerInput().
|
private |
Definition at line 52 of file PerParticleHamiltonianLoggerInput.h.
Referenced by PerParticleHamiltonianLoggerInput::get_name(), and PerParticleHamiltonianLoggerInput::PerParticleHamiltonianLoggerInput().
|
private |
Definition at line 53 of file PerParticleHamiltonianLoggerInput.h.
Referenced by PerParticleHamiltonianLoggerInput::get_to_stdout(), and PerParticleHamiltonianLoggerInput::PerParticleHamiltonianLoggerInput().