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 |
int | num_time_dils |
Parameter structure.
Definition at line 415 of file distillution_factory.cc.
Chroma::DistillutionFactoryEnv::Annihilation::Params::Params | ( | ) |
Chroma::DistillutionFactoryEnv::Annihilation::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Propagator input.
Definition at line 428 of file distillution_factory.cc.
References num_space_dils, num_time_dils, num_vecs, and Chroma::DistillutionFactoryEnv::Annihilation::read().
void Chroma::DistillutionFactoryEnv::Annihilation::Params::writeXML | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) | const |
Propagator output.
Definition at line 438 of file distillution_factory.cc.
References num_space_dils, num_time_dils, num_vecs, Chroma::pop(), Chroma::push(), and Chroma::DistillutionFactoryEnv::Annihilation::write().
Referenced by Chroma::DistillutionFactoryEnv::Annihilation::write().
int Chroma::DistillutionFactoryEnv::Annihilation::Params::num_space_dils |
Number of eigenstd::vector dilutions to use in space direction
Definition at line 422 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getNumSpaceDils(), Params(), and writeXML().
int Chroma::DistillutionFactoryEnv::Annihilation::Params::num_time_dils |
Number of eigenstd::vector dilutions to use in time direction
Definition at line 423 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getPeramKeys(), Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getSnkKeys(), Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getSrc(), Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getSrcKeys(), Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getTimeSources(), Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getTslices(), Params(), Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::QuarkLineFact(), and writeXML().
int Chroma::DistillutionFactoryEnv::Annihilation::Params::num_vecs |
Number of vectors
Definition at line 421 of file distillution_factory.cc.
Referenced by Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getNumVecs(), Params(), and writeXML().