Classes | |
| struct | Params |
| Params for simple quark displacement. More... | |
| class | QuarkDisplace |
| Gamma insertion/displacement. More... | |
Functions | |
| QuarkDisplacement< LatticePropagator > * | createProp (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| QuarkDisplacement< LatticeFermion > * | createFerm (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| std::string | getName () |
| Return the name. | |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| bool | registered = false |
| Local registration flag. | |
| const std::string | name = "GAMMA_INSERTION" |
| Name to be used. | |
| QuarkDisplacement<LatticePropagator>* Chroma::GammaDisplacementEnv::@199::createProp | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
Callback function.
Definition at line 34 of file gamma_displacement_w.cc.
Referenced by registerAll().
| QuarkDisplacement<LatticeFermion>* Chroma::GammaDisplacementEnv::@199::createFerm | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
Callback function.
Definition at line 41 of file gamma_displacement_w.cc.
Referenced by registerAll().
| std::string Chroma::GammaDisplacementEnv::getName | ( | ) |
| bool Chroma::GammaDisplacementEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 58 of file gamma_displacement_w.cc.
References createFerm(), createProp(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
bool Chroma::GammaDisplacementEnv::registered = false [static] |
Local registration flag.
Definition at line 48 of file gamma_displacement_w.cc.
Referenced by registerAll().
const std::string Chroma::GammaDisplacementEnv::name = "GAMMA_INSERTION" [static] |
Name to be used.
Definition at line 51 of file gamma_displacement_w.cc.
Referenced by getName(), and registerAll().
1.4.7