#include <stoch_cond_cont_w.h>
Public Member Functions | |
| Params () | |
| Initialize. | |
| Params (XMLReader &xml_in, const std::string &path) | |
| 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 |
Definition at line 30 of file stoch_cond_cont_w.h.
| Chroma::StochCondContEnv::Params::Params | ( | ) |
| Chroma::StochCondContEnv::Params::Params | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) |
| void Chroma::StochCondContEnv::Params::writeXML | ( | XMLWriter & | xml_out, | |
| const std::string & | path | |||
| ) | const |
Referenced by Chroma::write().
average over equivalent momenta
Definition at line 38 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()().
(mom)^2 <= mom2_max
Definition at line 36 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()().
| multi1d<int> Chroma::StochCondContEnv::Params::mom_origin |
Origin for the momentum
Definition at line 37 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()().
| multi1d<std::string> Chroma::StochCondContEnv::Params::soln_files |
Stochastic quark prop solutions
Definition at line 40 of file stoch_cond_cont_w.h.
Referenced by Chroma::StochCondContEnv::StochCondCont::operator()().
1.4.7