CHROMA
Functions | Variables
Chroma::WilsonTypeSimpleFermBCEnv Namespace Reference

Name and registration. More...

Functions

FermBC< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createFermBC (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
FermBC< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > * createFermBCF (XMLReader &xml_in, const std::string &path)
 
FermBC< LatticeFermionD, multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > * createFermBCD (XMLReader &xml_in, const std::string &path)
 
bool registerAll ()
 Register all objects. More...
 

Variables

const std::string name = "SIMPLE_FERMBC"
 Name to be used. More...
 
static bool registered = false
 

Detailed Description

Name and registration.

Function Documentation

◆ createFermBC()

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

Callback function.

Definition at line 18 of file simple_fermbc_w.cc.

Referenced by registerAll().

◆ createFermBCD()

FermBC<LatticeFermionD, multi1d<LatticeColorMatrixD>, multi1d<LatticeColorMatrixD> >* Chroma::WilsonTypeSimpleFermBCEnv::createFermBCD ( XMLReader &  xml_in,
const std::string &  path 
)

Definition at line 38 of file simple_fermbc_w.cc.

Referenced by registerAll().

◆ createFermBCF()

FermBC<LatticeFermionF, multi1d<LatticeColorMatrixF>, multi1d<LatticeColorMatrixF> >* Chroma::WilsonTypeSimpleFermBCEnv::createFermBCF ( XMLReader &  xml_in,
const std::string &  path 
)

Definition at line 28 of file simple_fermbc_w.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::WilsonTypeSimpleFermBCEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::WilsonTypeSimpleFermBCEnv::name = "SIMPLE_FERMBC"

Name to be used.

Definition at line 48 of file simple_fermbc_w.cc.

Referenced by Chroma::WilsonTypeFermBCEnv::reader(), and registerAll().

◆ registered

bool Chroma::WilsonTypeSimpleFermBCEnv::registered = false
static

Definition at line 50 of file simple_fermbc_w.cc.

Referenced by registerAll().