CHROMA
|
Classes | |
struct | KeyOperator_t |
Meson operator More... | |
class | ValOperator_t |
struct | KeyVal_t |
struct | Params |
Parameter structure. More... | |
class | InlineMeas |
Inline measurement of stochastic baryon operators. More... | |
Functions | |
bool | registerAll () |
Register all the factories. More... | |
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) |
Gauge field parameters. More... | |
void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
Gauge field parameters. More... | |
bool | operator< (const KeyOperator_t &a, const KeyOperator_t &b) |
std::ostream & | operator<< (std::ostream &os, const KeyOperator_t &d) |
std::ostream & | operator<< (std::ostream &os, const ValOperator_t &d) |
stream IO More... | |
void | read (BinaryReader &bin, KeyOperator_t &d) |
KeyOperator reader More... | |
void | write (BinaryWriter &bin, const KeyOperator_t &d) |
KeyOperator writer. More... | |
void | read (BinaryReader &bin, ValOperator_t &d) |
ValOperator reader More... | |
void | write (BinaryWriter &bin, const ValOperator_t &d) |
ValOperator writer. More... | |
void | do_disco (std::map< KeyOperator_t, ValOperator_t > &db, const LatticeFermion &qbar, const LatticeFermion &q, const SftMom &p, const int &t, const multi1d< short int > &path, const int &max_path_length) |
Variables | |
const std::string | name = "DISCO" |
void Chroma::InlineDiscoEnv::do_disco | ( | std::map< KeyOperator_t, ValOperator_t > & | db, |
const LatticeFermion & | qbar, | ||
const LatticeFermion & | q, | ||
const SftMom & | p, | ||
const int & | t, | ||
const multi1d< short int > & | path, | ||
const int & | max_path_length | ||
) |
Definition at line 282 of file inline_disco_w.cc.
References BACKWARD, FORWARD, Chroma::i, Chroma::InlinePropAndMatElemDistillation2Env::local::localInnerProduct(), m, mu, Nd, Chroma::p, q, sum, t, and Chroma::InlineDiscoEnv::KeyOperator_t::t_slice.
Referenced by Chroma::InlineDiscoEnv::InlineMeas::func().
bool Chroma::InlineDiscoEnv::operator< | ( | const KeyOperator_t & | a, |
const KeyOperator_t & | b | ||
) |
Definition at line 197 of file inline_disco_w.cc.
std::ostream& Chroma::InlineDiscoEnv::operator<< | ( | std::ostream & | os, |
const KeyOperator_t & | d | ||
) |
Definition at line 201 of file inline_disco_w.cc.
std::ostream& Chroma::InlineDiscoEnv::operator<< | ( | std::ostream & | os, |
const ValOperator_t & | d | ||
) |
void Chroma::InlineDiscoEnv::read | ( | BinaryReader & | bin, |
KeyOperator_t & | d | ||
) |
void Chroma::InlineDiscoEnv::read | ( | BinaryReader & | bin, |
ValOperator_t & | d | ||
) |
ValOperator reader
Definition at line 262 of file inline_disco_w.cc.
void Chroma::InlineDiscoEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Gauge field parameters.
Definition at line 117 of file inline_disco_w.cc.
References Chroma::InlineDiscoEnv::Params::NamedObject_t::gauge_id, Chroma::InlineDiscoEnv::Params::NamedObject_t::op_db_file, and read().
void Chroma::InlineDiscoEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | param | ||
) |
Definition at line 64 of file inline_disco_w.cc.
References Chroma::InlineDiscoEnv::Params::Param_t::chi, Chroma::InlineDiscoEnv::Params::Param_t::mass_label, Chroma::InlineDiscoEnv::Params::Param_t::max_path_length, Chroma::InlineDiscoEnv::Params::Param_t::p2_max, and Chroma::readXMLArrayGroup().
Referenced by Chroma::InlineDiscoEnv::Params::Params(), and read().
bool Chroma::InlineDiscoEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 51 of file inline_disco_w.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineHadronAggregateEnv::registerAll().
void Chroma::InlineDiscoEnv::write | ( | BinaryWriter & | bin, |
const KeyOperator_t & | d | ||
) |
KeyOperator writer.
Definition at line 252 of file inline_disco_w.cc.
void Chroma::InlineDiscoEnv::write | ( | BinaryWriter & | bin, |
const ValOperator_t & | d | ||
) |
ValOperator writer.
Definition at line 267 of file inline_disco_w.cc.
void Chroma::InlineDiscoEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Gauge field parameters.
Definition at line 126 of file inline_disco_w.cc.
References Chroma::InlineDiscoEnv::Params::NamedObject_t::gauge_id, Chroma::InlineDiscoEnv::Params::NamedObject_t::op_db_file, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineDiscoEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | param | ||
) |
Definition at line 93 of file inline_disco_w.cc.
References Chroma::InlineDiscoEnv::Params::Param_t::chi, Chroma::InlineDiscoEnv::Params::Param_t::mass_label, Chroma::InlineDiscoEnv::Params::Param_t::max_path_length, Chroma::InlineDiscoEnv::Params::Param_t::p2_max, Chroma::pop(), Chroma::push(), and t.
Referenced by Chroma::InlineDiscoEnv::InlineMeas::func(), Chroma::InlineDiscoEnv::InlineMeas::operator()(), write(), and Chroma::InlineDiscoEnv::Params::write().
const std::string Chroma::InlineDiscoEnv::name = "DISCO" |
Definition at line 48 of file inline_disco_w.cc.
Referenced by Chroma::InlineDiscoEnv::InlineMeas::func(), and registerAll().