CHROMA
|
Classes | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline task for compute LatticeColorVector matrix elements of a propagator. 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 &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_MATELEM_COLORVEC" |
void Chroma::InlinePropMatElemColorVecEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params & | input | ||
) |
Propagator input.
Definition at line 77 of file inline_prop_matelem_colorvec_w.cc.
References Chroma::tmp.
void Chroma::InlinePropMatElemColorVecEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Propagator input.
Definition at line 27 of file inline_prop_matelem_colorvec_w.cc.
References Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::colorvec_id, Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::gauge_id, Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::prop_id, and Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::prop_op_file.
Referenced by Chroma::InlinePropMatElemColorVecEnv::Params::Params(), and read().
void Chroma::InlinePropMatElemColorVecEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | input | ||
) |
Propagator input.
Definition at line 52 of file inline_prop_matelem_colorvec_w.cc.
References Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::decay_dir, Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::mass_label, Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::num_vecs, read(), and Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::t_sources.
bool Chroma::InlinePropMatElemColorVecEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 111 of file inline_prop_matelem_colorvec_w.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineHadronAggregateEnv::registerAll().
void Chroma::InlinePropMatElemColorVecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params & | input | ||
) |
Propagator output.
Definition at line 84 of file inline_prop_matelem_colorvec_w.cc.
References Chroma::InlinePropMatElemColorVecEnv::Params::named_obj, Chroma::InlinePropMatElemColorVecEnv::Params::param, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlinePropMatElemColorVecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Propagator output.
Definition at line 38 of file inline_prop_matelem_colorvec_w.cc.
References Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::colorvec_id, Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::gauge_id, Chroma::pop(), Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::prop_id, Chroma::InlinePropMatElemColorVecEnv::Params::NamedObject_t::prop_op_file, and Chroma::push().
Referenced by Chroma::InlinePropMatElemColorVecEnv::InlineMeas::func(), Chroma::InlinePropMatElemColorVecEnv::InlineMeas::operator()(), and write().
void Chroma::InlinePropMatElemColorVecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | input | ||
) |
Propagator output.
Definition at line 63 of file inline_prop_matelem_colorvec_w.cc.
References Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::decay_dir, Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::mass_label, Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::num_vecs, Chroma::pop(), Chroma::push(), Chroma::InlinePropMatElemColorVecEnv::Params::Param_t::t_sources, and write().
const std::string Chroma::InlinePropMatElemColorVecEnv::name = "PROP_MATELEM_COLORVEC" |
Definition at line 108 of file inline_prop_matelem_colorvec_w.cc.
Referenced by Chroma::InlinePropMatElemColorVecEnv::InlineMeas::func(), and registerAll().