CHROMA
|
Classes | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline task for the propagator from distillution. More... | |
Functions | |
void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
Propagator input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
Propagator output. More... | |
void | read (XMLReader &xml, const std::string &path, Params::Param_t::Contract_t &input) |
Propagator input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::Param_t::Contract_t &input) |
Propagator output. More... | |
void | read (XMLReader &xml, const std::string &path, Params::Param_t &input) |
Propagator input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::Param_t &input) |
Propagator output. More... | |
void | read (XMLReader &xml, const std::string &path, Params &input) |
Propagator input. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params &input) |
Propagator output. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "PROP_DISTILLUTION" |
void Chroma::InlinePropDistillutionEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params & | input | ||
) |
Propagator input.
Definition at line 108 of file inline_prop_distillution_w.cc.
References Chroma::tmp.
void Chroma::InlinePropDistillutionEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Propagator input.
Definition at line 35 of file inline_prop_distillution_w.cc.
References Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::distillution_id, Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::gauge_id, Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::save_solnP, Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::soln_file, and Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::src_file.
Referenced by Chroma::InlinePropDistillutionEnv::Params::Params(), and read().
void Chroma::InlinePropDistillutionEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | input | ||
) |
Propagator input.
Definition at line 87 of file inline_prop_distillution_w.cc.
References Chroma::InlinePropDistillutionEnv::Params::Param_t::contract, Chroma::InlinePropDistillutionEnv::Params::Param_t::prop, and read().
void Chroma::InlinePropDistillutionEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t::Contract_t & | input | ||
) |
Propagator input.
Definition at line 62 of file inline_prop_distillution_w.cc.
References Chroma::InlinePropDistillutionEnv::Params::Param_t::Contract_t::mass, Chroma::InlinePropDistillutionEnv::Params::Param_t::Contract_t::quark_line_xml, Chroma::InlinePropDistillutionEnv::Params::Param_t::Contract_t::quark_lines, read(), and Chroma::readXMLGroup().
bool Chroma::InlinePropDistillutionEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 145 of file inline_prop_distillution_w.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, Chroma::WilsonTypeFermActsEnv::registerAll(), Chroma::DistillutionFactoryEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineHadronAggregateEnv::registerAll().
void Chroma::InlinePropDistillutionEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params & | input | ||
) |
Propagator output.
Definition at line 115 of file inline_prop_distillution_w.cc.
References Chroma::InlinePropDistillutionEnv::Params::named_obj, Chroma::InlinePropDistillutionEnv::Params::param, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlinePropDistillutionEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Propagator output.
Definition at line 47 of file inline_prop_distillution_w.cc.
References Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::distillution_id, Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::gauge_id, Chroma::pop(), Chroma::push(), Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::save_solnP, Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::soln_file, and Chroma::InlinePropDistillutionEnv::Params::NamedObject_t::src_file.
Referenced by Chroma::InlinePropDistillutionEnv::InlineMeas::func(), Chroma::InlinePropDistillutionEnv::InlineMeas::operator()(), and write().
void Chroma::InlinePropDistillutionEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | input | ||
) |
Propagator output.
Definition at line 96 of file inline_prop_distillution_w.cc.
References Chroma::InlinePropDistillutionEnv::Params::Param_t::contract, Chroma::pop(), Chroma::InlinePropDistillutionEnv::Params::Param_t::prop, Chroma::push(), and write().
void Chroma::InlinePropDistillutionEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t::Contract_t & | input | ||
) |
Propagator output.
Definition at line 74 of file inline_prop_distillution_w.cc.
References Chroma::InlinePropDistillutionEnv::Params::Param_t::Contract_t::mass, Chroma::pop(), Chroma::push(), Chroma::InlinePropDistillutionEnv::Params::Param_t::Contract_t::quark_line_xml, Chroma::InlinePropDistillutionEnv::Params::Param_t::Contract_t::quark_lines, write(), and Chroma::GroupXML_t::xml.
const std::string Chroma::InlinePropDistillutionEnv::name = "PROP_DISTILLUTION" |
Definition at line 142 of file inline_prop_distillution_w.cc.
Referenced by Chroma::InlinePropDistillutionEnv::InlineMeas::func(), and registerAll().