|
CHROMA
|
Parameter structure. More...
Public Member Functions | |
| Params () | |
| Params (XMLReader &xml_in, const std::string &path) | |
| Propagator input. More... | |
| void | writeXML (XMLWriter &xml_out, const std::string &path) const |
| Propagator output. More... | |
Public Attributes | |
| int | num_vecs |
| int | num_space_dils |
| std::vector< int > | t_sources |
| int | Nt_forward |
| int | Nt_backward |
Parameter structure.
Definition at line 76 of file distillution_factory.cc.
| Chroma::DistillutionFactoryEnv::Connected::Params::Params | ( | ) |
| Chroma::DistillutionFactoryEnv::Connected::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Propagator input.
Definition at line 92 of file distillution_factory.cc.
References Nt_backward, Nt_forward, num_space_dils, num_vecs, Chroma::DistillutionFactoryEnv::Connected::read(), and t_sources.
| void Chroma::DistillutionFactoryEnv::Connected::Params::writeXML | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) | const |
Propagator output.
Definition at line 104 of file distillution_factory.cc.
References Nt_backward, Nt_forward, num_space_dils, num_vecs, Chroma::pop(), Chroma::push(), t_sources, and Chroma::DistillutionFactoryEnv::Connected::write().
Referenced by Chroma::DistillutionFactoryEnv::Connected::write().
| int Chroma::DistillutionFactoryEnv::Connected::Params::Nt_backward |
Time-slices in the backward direction
Definition at line 87 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Connected::QuarkLineFact::getActiveTSlices(), Params(), and writeXML().
| int Chroma::DistillutionFactoryEnv::Connected::Params::Nt_forward |
Time-slices in the forward direction
Definition at line 86 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Connected::QuarkLineFact::getActiveTSlices(), Params(), and writeXML().
| int Chroma::DistillutionFactoryEnv::Connected::Params::num_space_dils |
Number of eigenstd::vector dilutions to use
Definition at line 83 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Connected::QuarkLineFact::getNumSpaceDils(), Params(), and writeXML().
| int Chroma::DistillutionFactoryEnv::Connected::Params::num_vecs |
Number of vectors
Definition at line 82 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Connected::QuarkLineFact::getNumVecs(), Params(), and writeXML().
| std::vector<int> Chroma::DistillutionFactoryEnv::Connected::Params::t_sources |
Time sources
Definition at line 85 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Connected::QuarkLineFact::getTimeSources(), Params(), and writeXML().