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

Hooks to register the class. More...

Classes

struct  Params
 Params for initializing config. More...
 
class  GaugeIniter
 Gauge initialization. More...
 

Functions

GaugeInitcreateSource (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool registerAll ()
 Register all the factories. More...
 
GroupXML_t createXMLGroup (const Params &p)
 Returns a link smearing group with these params. More...
 

Variables

const std::string name = "SZINQIO"
 Name to be used. More...
 
const std::string alternate_name = "SCIDAC"
 
static bool registered = false
 Local registration flag. More...
 

Detailed Description

Hooks to register the class.

Name and registration.

Function Documentation

◆ createSource()

GaugeInit* Chroma::SZINQIOGaugeInitEnv::createSource ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 33 of file szinqio_gauge_init.cc.

Referenced by registerAll().

◆ createXMLGroup()

GroupXML_t Chroma::SZINQIOGaugeInitEnv::createXMLGroup ( const Params p)

Returns a link smearing group with these params.

Definition at line 123 of file szinqio_gauge_init.cc.

References Chroma::GroupXML_t::id, name, Chroma::p, Chroma::GroupXML_t::path, Chroma::write(), and Chroma::GroupXML_t::xml.

Referenced by Chroma::saveState().

◆ registerAll()

bool Chroma::SZINQIOGaugeInitEnv::registerAll ( )

Variable Documentation

◆ alternate_name

const std::string Chroma::SZINQIOGaugeInitEnv::alternate_name = "SCIDAC"

Definition at line 41 of file szinqio_gauge_init.cc.

Referenced by registerAll().

◆ name

const std::string Chroma::SZINQIOGaugeInitEnv::name = "SZINQIO"

Name to be used.

Definition at line 40 of file szinqio_gauge_init.cc.

Referenced by createXMLGroup(), registerAll(), and Chroma::SZINQIOGaugeInitEnv::Params::writeXML().

◆ registered

bool Chroma::SZINQIOGaugeInitEnv::registered = false
static

Local registration flag.

Definition at line 44 of file szinqio_gauge_init.cc.

Referenced by registerAll().