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... | |
class | TimeSliceRBFunc |
Typedefs | |
typedef LatticeFermion | T |
typedef multi1d< LatticeColorMatrix > | P |
typedef multi1d< LatticeColorMatrix > | Q |
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... | |
Handle< EvenOddPrecLinearOperator< T, P, Q > > | createOddOdd_Op (const Params::Param_t ¶m, const P &u) |
void | do_disco (std::map< KeyOperator_t, ValOperator_t > &db, const LatticeFermion &qbar, const LatticeFermion &q, const SftMom &p, const int &t, const Subset &trb, const multi1d< short int > &path, const int &max_path_length) |
void | do_disco (std::map< KeyOperator_t, ValOperator_t > &db, const Params::Param_t ¶m, const P &u, const SftMom &p, const int &t, const Subset &trb, const Handle< EvenOddPrecLinearOperator< T, P, Q > > &Doo, const multi1d< short int > &path) |
Variables | |
const std::string | name = "DISCO_EOPREC" |
typedef multi1d<LatticeColorMatrix> Chroma::InlineDiscoEOPrecEnv::P |
Definition at line 292 of file inline_disco_eoprec_w.cc.
typedef multi1d<LatticeColorMatrix> Chroma::InlineDiscoEOPrecEnv::Q |
Definition at line 293 of file inline_disco_eoprec_w.cc.
typedef LatticeFermion Chroma::InlineDiscoEOPrecEnv::T |
Definition at line 291 of file inline_disco_eoprec_w.cc.
Handle<EvenOddPrecLinearOperator<T,P,Q> > Chroma::InlineDiscoEOPrecEnv::createOddOdd_Op | ( | const Params::Param_t & | param, |
const P & | u | ||
) |
Definition at line 296 of file inline_disco_eoprec_w.cc.
References Chroma::InlineDiscoEOPrecEnv::Params::Param_t::action, Chroma::WilsonFermActParams::anisoParam, Chroma::cp, Chroma::GroupXML_t::id, Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::WilsonFermActParams::Mass, name, Chroma::GroupXML_t::path, Chroma::state, Chroma::u, and Chroma::GroupXML_t::xml.
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::func().
void Chroma::InlineDiscoEOPrecEnv::do_disco | ( | std::map< KeyOperator_t, ValOperator_t > & | db, |
const LatticeFermion & | qbar, | ||
const LatticeFermion & | q, | ||
const SftMom & | p, | ||
const int & | t, | ||
const Subset & | trb, | ||
const multi1d< short int > & | path, | ||
const int & | max_path_length | ||
) |
Definition at line 343 of file inline_disco_eoprec_w.cc.
References BACKWARD, FORWARD, Chroma::i, Chroma::InlinePropAndMatElemDistillation2Env::local::localInnerProduct(), m, mu, Nd, Chroma::p, q, sum, t, and Chroma::InlineDiscoEOPrecEnv::KeyOperator_t::t_slice.
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::func().
void Chroma::InlineDiscoEOPrecEnv::do_disco | ( | std::map< KeyOperator_t, ValOperator_t > & | db, |
const Params::Param_t & | param, | ||
const P & | u, | ||
const SftMom & | p, | ||
const int & | t, | ||
const Subset & | trb, | ||
const Handle< EvenOddPrecLinearOperator< T, P, Q > > & | Doo, | ||
const multi1d< short int > & | path | ||
) |
Definition at line 426 of file inline_disco_eoprec_w.cc.
References Chroma::i, Chroma::InlinePropAndMatElemDistillation2Env::local::localInnerProduct(), m, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::max_path_length, Nd, Chroma::p, Chroma::PLUS, sp, sum, t, Chroma::InlineDiscoEOPrecEnv::KeyOperator_t::t_slice, z, and Chroma::zero.
bool Chroma::InlineDiscoEOPrecEnv::operator< | ( | const KeyOperator_t & | a, |
const KeyOperator_t & | b | ||
) |
Definition at line 206 of file inline_disco_eoprec_w.cc.
std::ostream& Chroma::InlineDiscoEOPrecEnv::operator<< | ( | std::ostream & | os, |
const KeyOperator_t & | d | ||
) |
Definition at line 210 of file inline_disco_eoprec_w.cc.
std::ostream& Chroma::InlineDiscoEOPrecEnv::operator<< | ( | std::ostream & | os, |
const ValOperator_t & | d | ||
) |
stream IO
Definition at line 235 of file inline_disco_eoprec_w.cc.
void Chroma::InlineDiscoEOPrecEnv::read | ( | BinaryReader & | bin, |
KeyOperator_t & | d | ||
) |
void Chroma::InlineDiscoEOPrecEnv::read | ( | BinaryReader & | bin, |
ValOperator_t & | d | ||
) |
ValOperator reader
Definition at line 271 of file inline_disco_eoprec_w.cc.
void Chroma::InlineDiscoEOPrecEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::NamedObject_t & | input | ||
) |
Gauge field parameters.
Definition at line 128 of file inline_disco_eoprec_w.cc.
References Chroma::InlineDiscoEOPrecEnv::Params::NamedObject_t::gauge_id, Chroma::InlineDiscoEOPrecEnv::Params::NamedObject_t::op_db_file, and read().
void Chroma::InlineDiscoEOPrecEnv::read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Params::Param_t & | param | ||
) |
Definition at line 73 of file inline_disco_eoprec_w.cc.
References Chroma::InlineDiscoEOPrecEnv::Params::Param_t::action, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::chi, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::mass_label, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::max_path_length, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::p2_max, Chroma::readXMLArrayGroup(), and Chroma::readXMLGroup().
Referenced by Chroma::InlineDiscoEOPrecEnv::Params::Params(), and read().
bool Chroma::InlineDiscoEOPrecEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 61 of file inline_disco_eoprec_w.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineHadronAggregateEnv::registerAll().
void Chroma::InlineDiscoEOPrecEnv::write | ( | BinaryWriter & | bin, |
const KeyOperator_t & | d | ||
) |
KeyOperator writer.
Definition at line 261 of file inline_disco_eoprec_w.cc.
void Chroma::InlineDiscoEOPrecEnv::write | ( | BinaryWriter & | bin, |
const ValOperator_t & | d | ||
) |
ValOperator writer.
Definition at line 276 of file inline_disco_eoprec_w.cc.
void Chroma::InlineDiscoEOPrecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::NamedObject_t & | input | ||
) |
Gauge field parameters.
Definition at line 137 of file inline_disco_eoprec_w.cc.
References Chroma::InlineDiscoEOPrecEnv::Params::NamedObject_t::gauge_id, Chroma::InlineDiscoEOPrecEnv::Params::NamedObject_t::op_db_file, Chroma::pop(), Chroma::push(), and write().
void Chroma::InlineDiscoEOPrecEnv::write | ( | XMLWriter & | xml, |
const std::string & | path, | ||
const Params::Param_t & | param | ||
) |
Definition at line 101 of file inline_disco_eoprec_w.cc.
References Chroma::InlineDiscoEOPrecEnv::Params::Param_t::action, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::chi, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::mass_label, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::max_path_length, Chroma::InlineDiscoEOPrecEnv::Params::Param_t::p2_max, Chroma::pop(), Chroma::push(), t, and Chroma::GroupXML_t::xml.
Referenced by Chroma::InlineDiscoEOPrecEnv::InlineMeas::func(), Chroma::InlineDiscoEOPrecEnv::InlineMeas::operator()(), write(), and Chroma::InlineDiscoEOPrecEnv::Params::write().
const std::string Chroma::InlineDiscoEOPrecEnv::name = "DISCO_EOPREC" |
Definition at line 58 of file inline_disco_eoprec_w.cc.
Referenced by createOddOdd_Op(), Chroma::InlineDiscoEOPrecEnv::InlineMeas::func(), and registerAll().