CHROMA
Functions | Variables
Chroma::WilsonTypePeriodicFermBCEnv Namespace Reference

Name and registration. More...

Functions

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

Variables

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

Detailed Description

Name and registration.

Function Documentation

◆ createFermBC()

FermBC<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::WilsonTypePeriodicFermBCEnv::createFermBC ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 17 of file periodic_fermbc_w.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::WilsonTypePeriodicFermBCEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::WilsonTypePeriodicFermBCEnv::name = "PERIODIC_FERMBC"

Name to be used.

Definition at line 26 of file periodic_fermbc_w.cc.

Referenced by registerAll().

◆ registered

bool Chroma::WilsonTypePeriodicFermBCEnv::registered = false
static

Local registration flag.

Definition at line 29 of file periodic_fermbc_w.cc.

Referenced by registerAll().