CHROMA
Classes | Functions
Chroma::InlineStaticPropColorVecEnv Namespace Reference

Classes

struct  Params
 Parameter structure. More...
 
class  InlineMeas
 Inline task for compute LatticeColorVector matrix elements of a static 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::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...
 

Function Documentation

◆ read() [1/4]

void Chroma::InlineStaticPropColorVecEnv::read ( XMLReader &  xml,
const std::string &  path,
Params input 
)

Propagator input.

Definition at line 100 of file inline_static_prop_colorvec_w.cc.

References Chroma::tmp.

◆ read() [2/4]

void Chroma::InlineStaticPropColorVecEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::NamedObject_t input 
)

◆ read() [3/4]

void Chroma::InlineStaticPropColorVecEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::Param_t input 
)

Propagator input.

Definition at line 81 of file inline_static_prop_colorvec_w.cc.

References Chroma::InlineStaticPropColorVecEnv::Params::Param_t::contract, and read().

◆ read() [4/4]

void Chroma::InlineStaticPropColorVecEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::Param_t::Contract_t input 
)

◆ registerAll()

bool Chroma::InlineStaticPropColorVecEnv::registerAll ( )

◆ write() [1/4]

void Chroma::InlineStaticPropColorVecEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params input 
)

◆ write() [2/4]

void Chroma::InlineStaticPropColorVecEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::NamedObject_t input 
)

◆ write() [3/4]

void Chroma::InlineStaticPropColorVecEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::Param_t input 
)

◆ write() [4/4]

void Chroma::InlineStaticPropColorVecEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::Param_t::Contract_t input 
)