CHROMA
Classes | Namespaces | Functions | Variables
inline_genprop_matelem_da_colorvec_w.cc File Reference

Compute the matrix element of LatticeColorVector*M^-1*Gamma*displace*M^-1**LatticeColorVector. More...

#include "handle.h"
#include "inline_genprop_matelem_da_colorvec_w.h"
#include "meas/inline/abs_inline_measurement_factory.h"
#include "meas/smear/link_smearing_aggregate.h"
#include "meas/smear/link_smearing_factory.h"
#include "meas/smear/displace.h"
#include "meas/glue/mesplq.h"
#include "qdp_map_obj.h"
#include "util/ferm/key_val_db.h"
#include "util/ferm/key_prop_colorvec.h"
#include "util/ft/sftmom.h"
#include "util/info/proginfo.h"
#include "meas/inline/make_xml_file.h"
#include "meas/inline/io/named_objmap.h"

Go to the source code of this file.

Classes

struct  Chroma::InlineGenPropMatElemDAColorVecEnv::KeyGenPropElementalOperator_t
 Generalized propagator operator. More...
 
struct  Chroma::InlineGenPropMatElemDAColorVecEnv::ValGenPropElementalOperator_t
 Generalized propagator operator. More...
 
struct  Chroma::InlineGenPropMatElemDAColorVecEnv::KeyValGenPropElementalOperator_t
 Holds key and value as temporaries. More...
 

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::InlineGenPropMatElemDAColorVecEnv
 Anonymous namespace.
 

Functions

void Chroma::InlineGenPropMatElemDAColorVecEnv::read (XMLReader &xml, const std::string &path, Params::Param_t &param)
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::write (XMLWriter &xml, const std::string &path, const Params::Param_t &param)
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input)
 Read named objects. More...
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input)
 Write named objects. More...
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::write (XMLWriter &xml, const std::string &path, const Params &param)
 
bool Chroma::InlineGenPropMatElemDAColorVecEnv::registerAll ()
 Register all the factories. More...
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::read (BinaryReader &bin, KeyGenPropElementalOperator_t &param)
 KeyGenPropElementalOperator reader. More...
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::write (BinaryWriter &bin, const KeyGenPropElementalOperator_t &param)
 GenPropElementalOperator write. More...
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::read (BinaryReader &bin, ValGenPropElementalOperator_t &param)
 PropElementalOperator reader. More...
 
void Chroma::InlineGenPropMatElemDAColorVecEnv::write (BinaryWriter &bin, const ValGenPropElementalOperator_t &param)
 GenPropElementalOperator write. More...
 
multi1d< int > Chroma::InlineGenPropMatElemDAColorVecEnv::normDisp (const multi1d< int > &orig)
 Normalize just one displacement array. More...
 

Variables

const std::string Chroma::InlineGenPropMatElemDAColorVecEnv::name = "GENPROP_MATELEM_DA_COLORVEC"
 

Detailed Description

Compute the matrix element of LatticeColorVector*M^-1*Gamma*displace*M^-1**LatticeColorVector.

Generalized propagator calculation on a colorstd::vector for meson distribution amplitudes and parton dstribution functions

Definition in file inline_genprop_matelem_da_colorvec_w.cc.