CHROMA
Namespaces | Functions
enum_mesonop_io.h File Reference

Type of contractions for stochastic meson operators. More...

#include "chromabase.h"
#include <string>
#include "singleton.h"
#include "io/enum_io/enum_type_map.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::MesonOpTypeEnv
 

Functions

bool Chroma::MesonOpTypeEnv::registerAll (void)
 
enum  Chroma::MesonOpType { Chroma::MESON_OP_TYPE_SOURCE_SOURCE = 0 , Chroma::MESON_OP_TYPE_SOURCE_SOLUTION , Chroma::MESON_OP_TYPE_SOLUTION_SOURCE , Chroma::MESON_OP_TYPE_SOLUTION_SOLUTION }
 Meson operator contraction orderings. More...
 
typedef SingletonHolder< EnumTypeMap< MesonOpType > > Chroma::theMesonOpTypeMap
 
void Chroma::read (XMLReader &xml_in, const std::string &path, MesonOpType &t)
 read an approximation coefficient type enum More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const MesonOpType &t)
 write an approximation coefficient type enum More...
 

Detailed Description

Type of contractions for stochastic meson operators.

Definition in file enum_mesonop_io.h.