CHROMA
Namespaces | Functions
enum_gaugeacttype_io.h File Reference

Gauge action enum. 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::GaugeActTypeEnv
 

Functions

bool Chroma::GaugeActTypeEnv::registerAll (void)
 
enum  Chroma::GaugeActType {
  Chroma::GAUGE_ACT_WILSON = 0 , Chroma::GAUGE_ACT_SYMZK_1X2 , Chroma::GAUGE_ACT_IWASAKI , Chroma::GAUGE_ACT_DBW2 ,
  Chroma::GAUGE_ACT_5_LOOP_IMP , Chroma::GAUGE_ACT_4_LOOP_IMP , Chroma::GAUGE_ACT_3_LOOP_IMP
}
 GaugeAct type. More...
 
typedef SingletonHolder< EnumTypeMap< GaugeActType > > Chroma::theGaugeActTypeMap
 
void Chroma::read (XMLReader &xml_in, const std::string &path, GaugeActType &t)
 Read an GaugeActType enum. More...
 
void Chroma::write (XMLWriter &xml_out, const std::string &path, const GaugeActType &t)
 Write an GaugeActType enum. More...
 

Detailed Description

Gauge action enum.

Definition in file enum_gaugeacttype_io.h.