CHROMA
|
Parameter structure. More...
#include <stoch_cond_cont_w.h>
Public Member Functions | |
Params () | |
Initialize. More... | |
Params (XMLReader &xml_in, const std::string &path) | |
Read parameters. More... | |
void | writeXML (XMLWriter &xml_out, const std::string &path) const |
Public Attributes | |
int | mom2_max |
multi1d< int > | mom_origin |
bool | avg_equiv_mom |
multi1d< std::string > | soln_files |
Parameter structure.
Definition at line 29 of file stoch_cond_cont_w.h.
Chroma::StochCondContEnv::Params::Params | ( | ) |
Initialize.
Definition at line 47 of file stoch_cond_cont_w.cc.
Chroma::StochCondContEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Read parameters.
Definition at line 53 of file stoch_cond_cont_w.cc.
References avg_equiv_mom, mom2_max, mom_origin, Chroma::read(), and soln_files.
void Chroma::StochCondContEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) | const |
Definition at line 81 of file stoch_cond_cont_w.cc.
References avg_equiv_mom, mom2_max, mom_origin, Chroma::pop(), Chroma::push(), soln_files, and Chroma::write().
Referenced by Chroma::write().
bool Chroma::StochCondContEnv::Params::avg_equiv_mom |
average over equivalent momenta
Definition at line 37 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().
int Chroma::StochCondContEnv::Params::mom2_max |
(mom)^2 <= mom2_max
Definition at line 35 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().
multi1d<int> Chroma::StochCondContEnv::Params::mom_origin |
Origin for the momentum
Definition at line 36 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().
multi1d<std::string> Chroma::StochCondContEnv::Params::soln_files |
Stochastic quark prop solutions
Definition at line 39 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()(), Params(), and writeXML().