CHROMA
|
Anonymous namespace. More...
Classes | |
struct | KeyGenPropElementalOperator_t |
Generalized propagator operator. More... | |
struct | ValGenPropElementalOperator_t |
Generalized propagator operator. More... | |
struct | KeyValGenPropElementalOperator_t |
Holds key and value as temporaries. More... | |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Compute the matrix element of LatticeColorVector*M^-1*Gamma*M^-1**LatticeColorVector. More... | |
Functions | |
void | read (XMLReader &xml, const std::string &path, Params::Param_t ¶m) |
void | write (XMLWriter &xml, const std::string &path, const Params::Param_t ¶m) |
void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
Read named objects. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
Write named objects. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params ¶m) |
bool | registerAll () |
Register all the factories. More... | |
void | read (BinaryReader &bin, KeyGenPropElementalOperator_t ¶m) |
KeyGenPropElementalOperator reader. More... | |
void | write (BinaryWriter &bin, const KeyGenPropElementalOperator_t ¶m) |
GenPropElementalOperator write. More... | |
void | read (BinaryReader &bin, ValGenPropElementalOperator_t ¶m) |
PropElementalOperator reader. More... | |
void | write (BinaryWriter &bin, const ValGenPropElementalOperator_t ¶m) |
GenPropElementalOperator write. More... | |
multi1d< int > | normDisp (const multi1d< int > &orig) |
Normalize just one displacement array. More... | |
Variables | |
const std::string | name = "GENPROP_MATELEM_DA_COLORVEC" |
Anonymous namespace.
Diagnostic stuff
multi1d<int> Chroma::InlineGenPropMatElemDAColorVecEnv::normDisp | ( | const multi1d< int > & | orig | ) |
Normalize just one displacement array.
Definition at line 318 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::END_CODE(), and Chroma::START_CODE().
void Chroma::InlineGenPropMatElemDAColorVecEnv::read | ( | BinaryReader & | bin, |
KeyGenPropElementalOperator_t & | param | ||
) |
KeyGenPropElementalOperator reader.
Definition at line 256 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::displacement, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::gamma, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::mass_label, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::mom, read(), Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::spin_l, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::spin_r, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::t_sink, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::t_slice, and Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::t_source.
void Chroma::InlineGenPropMatElemDAColorVecEnv::read | ( | BinaryReader & | bin, |
ValGenPropElementalOperator_t & | param | ||
) |
PropElementalOperator reader.
Definition at line 286 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::i, j, n, Chroma::InlineGenPropMatElemDAColorVecEnv::ValGenPropElementalOperator_t::op, and read().
void Chroma::InlineGenPropMatElemDAColorVecEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Read named objects.
Definition at line 86 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::gauge_id, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::genprop_op_file, read(), Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::sink_prop_id, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::sm_gauge_id, and Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::source_prop_id.
void Chroma::InlineGenPropMatElemDAColorVecEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | param | ||
) |
Definition at line 35 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::boost_dir, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::decay_dir, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::gamma, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::mass_label, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::mom_max, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::num_vecs, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::restrict_plateau, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::t_sink, and Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::t_source.
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Params(), and read().
bool Chroma::InlineGenPropMatElemDAColorVecEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 137 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, Chroma::LinkSmearingEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineHadronAggregateEnv::registerAll().
void Chroma::InlineGenPropMatElemDAColorVecEnv::write | ( | BinaryWriter & | bin, |
const KeyGenPropElementalOperator_t & | param | ||
) |
GenPropElementalOperator write.
Definition at line 270 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::displacement, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::gamma, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::mass_label, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::mom, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::spin_l, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::spin_r, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::t_sink, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::t_slice, Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t::t_source, and write().
void Chroma::InlineGenPropMatElemDAColorVecEnv::write | ( | BinaryWriter & | bin, |
const ValGenPropElementalOperator_t & | param | ||
) |
GenPropElementalOperator write.
Definition at line 302 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::i, j, n, Chroma::InlineGenPropMatElemDAColorVecEnv::ValGenPropElementalOperator_t::op, and write().
void Chroma::InlineGenPropMatElemDAColorVecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params & | param | ||
) |
Definition at line 112 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::InlineGenPropMatElemDAColorVecEnv::Params::writeXML().
void Chroma::InlineGenPropMatElemDAColorVecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Write named objects.
Definition at line 98 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::gauge_id, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::genprop_op_file, Chroma::pop(), Chroma::push(), Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::sink_prop_id, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::sm_gauge_id, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::NamedObject_t::source_prop_id, and write().
void Chroma::InlineGenPropMatElemDAColorVecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | param | ||
) |
Definition at line 65 of file inline_genprop_matelem_da_colorvec_w.cc.
References Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::boost_dir, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::decay_dir, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::gamma, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::mass_label, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::mom_max, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::num_vecs, Chroma::pop(), Chroma::push(), Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::restrict_plateau, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::t_sink, and Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::t_source.
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::func(), Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::operator()(), write(), and Chroma::InlineGenPropMatElemDAColorVecEnv::Params::writeXML().
const std::string Chroma::InlineGenPropMatElemDAColorVecEnv::name = "GENPROP_MATELEM_DA_COLORVEC" |
Definition at line 134 of file inline_genprop_matelem_da_colorvec_w.cc.
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::func(), and registerAll().