CHROMA
Classes | Namespaces | Macros | Functions | Variables
inline_meson_matelem_colorvec_w.cc File Reference

Inline measurement of meson operators via colorstd::vector matrix elements. More...

#include "handle.h"
#include "meas/inline/hadron/inline_meson_matelem_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 "util/ferm/subset_vectors.h"
#include "util/ferm/key_val_db.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::InlineMesonMatElemColorVecEnv::KeyMesonElementalOperator_t
 Meson operator. More...
 
struct  Chroma::InlineMesonMatElemColorVecEnv::ValMesonElementalOperator_t
 Meson operator. More...
 
struct  Chroma::InlineMesonMatElemColorVecEnv::KeyValMesonElementalOperator_t
 Holds key and value as temporaries. More...
 

Namespaces

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

Macros

#define COLORVEC_MATELEM_TYPE_ZERO   0
 
#define COLORVEC_MATELEM_TYPE_ONE   1
 
#define COLORVEC_MATELEM_TYPE_MONE   -1
 
#define COLORVEC_MATELEM_TYPE_GENERIC   10
 

Functions

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

Variables

const std::string Chroma::InlineMesonMatElemColorVecEnv::name = "MESON_MATELEM_COLORVEC"
 

Detailed Description

Inline measurement of meson operators via colorstd::vector matrix elements.

Definition in file inline_meson_matelem_colorvec_w.cc.

Macro Definition Documentation

◆ COLORVEC_MATELEM_TYPE_GENERIC

#define COLORVEC_MATELEM_TYPE_GENERIC   10

Definition at line 25 of file inline_meson_matelem_colorvec_w.cc.

◆ COLORVEC_MATELEM_TYPE_MONE

#define COLORVEC_MATELEM_TYPE_MONE   -1

Definition at line 24 of file inline_meson_matelem_colorvec_w.cc.

◆ COLORVEC_MATELEM_TYPE_ONE

#define COLORVEC_MATELEM_TYPE_ONE   1

Definition at line 23 of file inline_meson_matelem_colorvec_w.cc.

◆ COLORVEC_MATELEM_TYPE_ZERO

#define COLORVEC_MATELEM_TYPE_ZERO   0

Definition at line 22 of file inline_meson_matelem_colorvec_w.cc.