|
CHROMA
|
Functions | |
| CreateFermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createFerm (XMLReader &xml, const std::string &path) |
| bool | registerAll () |
| Register all the factories. More... | |
Variables | |
| const std::string | name = "SIMPLE_FERM_STATE" |
| static bool | registered = false |
| Local registration flag. More... | |
| CreateFermState<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::CreateSimpleFermStateEnv::createFerm | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Definition at line 19 of file simple_fermstate_w.cc.
References Chroma::WilsonTypeFermBCEnv::reader().
Referenced by registerAll().
| bool Chroma::CreateSimpleFermStateEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 34 of file simple_fermstate_w.cc.
References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::CreateFermStateEnv::registerAll().
| const std::string Chroma::CreateSimpleFermStateEnv::name = "SIMPLE_FERM_STATE" |
Definition at line 28 of file simple_fermstate_w.cc.
Referenced by Chroma::CreateFermStateEnv::reader(), and registerAll().
|
static |
Local registration flag.
Definition at line 31 of file simple_fermstate_w.cc.
Referenced by registerAll().