Classes | |
| struct | Params |
| Params for Gauss quark smearing. More... | |
| class | QuarkSmear |
| Gaussian quark smearing. More... | |
Functions | |
| QuarkSmearing< LatticePropagator > * | createProp (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| QuarkSmearing< LatticeStaggeredPropagator > * | createStagProp (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| QuarkSmearing< LatticeFermion > * | createFerm (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| QuarkSmearing< LatticeColorVector > * | createColorVec (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 = "GAUGE_INV_GAUSSIAN" |
| Name to be used. | |
| QuarkSmearing<LatticePropagator>* Chroma::GausQuarkSmearingEnv::@200::createProp | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
Callback function.
Definition at line 35 of file gaus_quark_smearing.cc.
Referenced by registerAll().
| QuarkSmearing<LatticeStaggeredPropagator>* Chroma::GausQuarkSmearingEnv::@200::createStagProp | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
Callback function.
Definition at line 42 of file gaus_quark_smearing.cc.
Referenced by registerAll().
| QuarkSmearing<LatticeFermion>* Chroma::GausQuarkSmearingEnv::@200::createFerm | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
Callback function.
Definition at line 49 of file gaus_quark_smearing.cc.
Referenced by registerAll().
| QuarkSmearing<LatticeColorVector>* Chroma::GausQuarkSmearingEnv::@200::createColorVec | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
Callback function.
Definition at line 56 of file gaus_quark_smearing.cc.
Referenced by registerAll().
| std::string Chroma::GausQuarkSmearingEnv::getName | ( | ) |
| bool Chroma::GausQuarkSmearingEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 73 of file gaus_quark_smearing.cc.
References createColorVec(), createFerm(), createProp(), createStagProp(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
bool Chroma::GausQuarkSmearingEnv::registered = false [static] |
Local registration flag.
Definition at line 63 of file gaus_quark_smearing.cc.
Referenced by registerAll().
const std::string Chroma::GausQuarkSmearingEnv::name = "GAUGE_INV_GAUSSIAN" [static] |
Name to be used.
Definition at line 66 of file gaus_quark_smearing.cc.
Referenced by getName(), and registerAll().
1.4.7