CHROMA
Classes | Functions | Variables
Chroma::InlineGenPropMatElemPtColorVecEnv Namespace Reference

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::DispGamma_t &param)
 
void read (XMLReader &xml, const std::string &path, Params::Param_t &param)
 
void write (XMLWriter &xml, const std::string &path, const Params::Param_t::DispGamma_t &param)
 
void write (XMLWriter &xml, const std::string &path, const Params::Param_t &param)
 
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 &param)
 
bool registerAll ()
 Register all the factories. More...
 
void read (BinaryReader &bin, KeyGenPropElementalOperator_t &param)
 KeyGenPropElementalOperator reader. More...
 
void write (BinaryWriter &bin, const KeyGenPropElementalOperator_t &param)
 GenPropElementalOperator write. More...
 
void read (BinaryReader &bin, ValGenPropElementalOperator_t &param)
 PropElementalOperator reader. More...
 
void write (BinaryWriter &bin, const ValGenPropElementalOperator_t &param)
 GenPropElementalOperator write. More...
 
multi1d< int > normDisp (const multi1d< int > &orig)
 Normalize just one displacement array. More...
 

Variables

const std::string name = "GENPROP_MATELEM_PT_COLORVEC"
 

Detailed Description

Anonymous namespace.

Diagnostic stuff

Function Documentation

◆ normDisp()

multi1d<int> Chroma::InlineGenPropMatElemPtColorVecEnv::normDisp ( const multi1d< int > &  orig)

Normalize just one displacement array.

Definition at line 346 of file inline_genprop_matelem_pt_colorvec_w.cc.

References Chroma::END_CODE(), and Chroma::START_CODE().

Referenced by Chroma::InlineGenPropMatElemPtColorVecEnv::InlineMeas::func().

◆ read() [1/5]

void Chroma::InlineGenPropMatElemPtColorVecEnv::read ( BinaryReader &  bin,
KeyGenPropElementalOperator_t param 
)

◆ read() [2/5]

void Chroma::InlineGenPropMatElemPtColorVecEnv::read ( BinaryReader &  bin,
ValGenPropElementalOperator_t param 
)

◆ read() [3/5]

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

◆ read() [4/5]

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

◆ read() [5/5]

void Chroma::InlineGenPropMatElemPtColorVecEnv::read ( XMLReader &  xml,
const std::string &  path,
Params::Param_t::DispGamma_t param 
)

◆ registerAll()

bool Chroma::InlineGenPropMatElemPtColorVecEnv::registerAll ( )

◆ write() [1/6]

void Chroma::InlineGenPropMatElemPtColorVecEnv::write ( BinaryWriter &  bin,
const KeyGenPropElementalOperator_t param 
)

◆ write() [2/6]

void Chroma::InlineGenPropMatElemPtColorVecEnv::write ( BinaryWriter &  bin,
const ValGenPropElementalOperator_t param 
)

◆ write() [3/6]

void Chroma::InlineGenPropMatElemPtColorVecEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params param 
)

◆ write() [4/6]

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

◆ write() [5/6]

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

◆ write() [6/6]

void Chroma::InlineGenPropMatElemPtColorVecEnv::write ( XMLWriter &  xml,
const std::string &  path,
const Params::Param_t::DispGamma_t param 
)

Variable Documentation

◆ name

const std::string Chroma::InlineGenPropMatElemPtColorVecEnv::name = "GENPROP_MATELEM_PT_COLORVEC"