CHROMA
Functions | Variables
Chroma::EvenOddPrecHtContFrac5DFermActArrayEnv Namespace Reference

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

Functions

WilsonTypeFermAct5D< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createFermAct5D (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 = "HT_CONTINUED_FRACTION_5D"
 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::EvenOddPrecHtContFrac5DFermActArrayEnv::createFermAct ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Differs in return type

Definition at line 41 of file eoprec_ht_contfrac5d_fermact_array_w.cc.

References createFermAct5D().

Referenced by registerAll().

◆ createFermAct5D()

WilsonTypeFermAct5D<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecHtContFrac5DFermActArrayEnv::createFermAct5D ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 30 of file eoprec_ht_contfrac5d_fermact_array_w.cc.

References Chroma::CreateFermStateEnv::reader().

Referenced by createFermAct(), and registerAll().

◆ registerAll()

bool Chroma::EvenOddPrecHtContFrac5DFermActArrayEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::EvenOddPrecHtContFrac5DFermActArrayEnv::name = "HT_CONTINUED_FRACTION_5D"

Name to be used.

Definition at line 48 of file eoprec_ht_contfrac5d_fermact_array_w.cc.

Referenced by registerAll().

◆ registered

bool Chroma::EvenOddPrecHtContFrac5DFermActArrayEnv::registered = false
static

Local registration flag.

Definition at line 51 of file eoprec_ht_contfrac5d_fermact_array_w.cc.

Referenced by registerAll().