CHROMA
Functions | Variables
Chroma::EvenOddPrecCloverExtFieldFermActEnv Namespace Reference

Hooks to register the class with the fermact factory. More...

Functions

WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createFermAct4D (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
FermionAction< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createFermAct (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

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

Detailed Description

Hooks to register the class with the fermact factory.

Name and registration.

Function Documentation

◆ createFermAct()

FermionAction<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecCloverExtFieldFermActEnv::createFermAct ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Differs in return type

Definition at line 97 of file eoprec_clover_extfield_fermact_w.cc.

References createFermAct4D().

Referenced by registerAll().

◆ createFermAct4D()

WilsonTypeFermAct<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecCloverExtFieldFermActEnv::createFermAct4D ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 86 of file eoprec_clover_extfield_fermact_w.cc.

References Chroma::CreateFermStateEnv::reader().

Referenced by createFermAct(), and registerAll().

◆ registerAll()

bool Chroma::EvenOddPrecCloverExtFieldFermActEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::EvenOddPrecCloverExtFieldFermActEnv::name = "CLOVER_EXTERNAL_FIELD"

Name to be used.

Definition at line 104 of file eoprec_clover_extfield_fermact_w.cc.

Referenced by registerAll().

◆ registered

bool Chroma::EvenOddPrecCloverExtFieldFermActEnv::registered = false
static

Local registration flag.

Definition at line 107 of file eoprec_clover_extfield_fermact_w.cc.

Referenced by registerAll().