|
CHROMA
|
Params controlling running of monte carlo. More...
Public Attributes | |
| GroupXML_t | cfg |
| QDP::Seed | rng_seed |
| unsigned long | start_update_num |
| unsigned long | n_warm_up_updates |
| unsigned long | n_production_updates |
| unsigned int | n_updates_this_run |
| unsigned int | save_interval |
| std::string | save_prefix |
| QDP_volfmt_t | save_volfmt |
| QDP_serialparallel_t | save_pario |
| std::string | inline_measurement_xml |
| bool | repro_checkP |
| int | repro_check_frequency |
| bool | rev_checkP |
| int | rev_check_frequency |
| bool | monitorForcesP |
Params controlling running of monte carlo.
Definition at line 13 of file const_hmc.cc.
| GroupXML_t Chroma::MCControl::cfg |
Definition at line 15 of file const_hmc.cc.
Referenced by main(), and Chroma::saveState().
| std::string Chroma::MCControl::inline_measurement_xml |
Definition at line 25 of file const_hmc.cc.
Referenced by main().
| bool Chroma::MCControl::monitorForcesP |
Definition at line 30 of file const_hmc.cc.
Referenced by Chroma::doHMC().
| unsigned long Chroma::MCControl::n_production_updates |
Definition at line 19 of file const_hmc.cc.
Referenced by Chroma::doHMC(), Chroma::doProd(), main(), Chroma::newMCHeader(), and Chroma::saveState().
| unsigned int Chroma::MCControl::n_updates_this_run |
Definition at line 20 of file const_hmc.cc.
Referenced by Chroma::doHMC(), Chroma::doProd(), Chroma::newMCHeader(), and Chroma::saveState().
| unsigned long Chroma::MCControl::n_warm_up_updates |
Definition at line 18 of file const_hmc.cc.
Referenced by Chroma::doHB(), Chroma::doHMC(), Chroma::doWarmUp(), Chroma::newMCHeader(), and Chroma::saveState().
| int Chroma::MCControl::repro_check_frequency |
Definition at line 27 of file const_hmc.cc.
Referenced by Chroma::doHMC().
| bool Chroma::MCControl::repro_checkP |
Definition at line 26 of file const_hmc.cc.
Referenced by Chroma::doHMC().
| int Chroma::MCControl::rev_check_frequency |
Definition at line 29 of file const_hmc.cc.
Referenced by Chroma::doHMC().
| bool Chroma::MCControl::rev_checkP |
Definition at line 28 of file const_hmc.cc.
Referenced by Chroma::doHMC().
| QDP::Seed Chroma::MCControl::rng_seed |
Definition at line 16 of file const_hmc.cc.
Referenced by Chroma::doHB(), Chroma::doHMC(), Chroma::newMCHeader(), and Chroma::saveState().
| unsigned int Chroma::MCControl::save_interval |
Definition at line 21 of file const_hmc.cc.
Referenced by Chroma::doHMC(), Chroma::doProd(), and Chroma::saveState().
| QDP_serialparallel_t Chroma::MCControl::save_pario |
Definition at line 24 of file const_hmc.cc.
Referenced by Chroma::saveState().
| std::string Chroma::MCControl::save_prefix |
Definition at line 22 of file const_hmc.cc.
Referenced by Chroma::saveState().
| QDP_volfmt_t Chroma::MCControl::save_volfmt |
Definition at line 23 of file const_hmc.cc.
Referenced by Chroma::saveState().
| unsigned long Chroma::MCControl::start_update_num |
Definition at line 17 of file const_hmc.cc.
Referenced by Chroma::doHMC(), Chroma::doProd(), main(), Chroma::newMCHeader(), and Chroma::saveState().