|
CHROMA
|
Chebyshev polynomial fermion action. More...
#include "chromabase.h"#include "actions/ferm/fermacts/poly_cheb_fermact_w.h"#include "actions/ferm/linop/polprec_op.h"#include "actions/ferm/linop/polynomial_op.h"#include "actions/ferm/fermacts/fermact_factory_w.h"#include "actions/ferm/fermstates/ferm_createstate_reader_w.h"#include "actions/ferm/invert/syssolver_polyprec_factory.h"#include "actions/ferm/invert/syssolver_polyprec_aggregate.h"Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::PolyChebFermActEnv | |
| Hooks to register the class with the fermact factory. | |
Functions | |
| WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | Chroma::PolyChebFermActEnv::createFermAct4D (XMLReader &xml_in, const std::string &path) |
| Callback function. More... | |
| FermionAction< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | Chroma::PolyChebFermActEnv::createFermAct (XMLReader &xml_in, const std::string &path) |
| Callback function. More... | |
| bool | Chroma::PolyChebFermActEnv::registerAll () |
| Register all the factories. More... | |
| void | Chroma::read (XMLReader &xml, const std::string &path, PolyChebFermActParams ¶m) |
| Read parameters. More... | |
Variables | |
| const std::string | Chroma::PolyChebFermActEnv::name = "POLYNOMIAL_CHEBYSHEV" |
| Name to be used. More... | |
| static bool | Chroma::PolyChebFermActEnv::registered = false |
| Local registration flag. More... | |
Chebyshev polynomial fermion action.
Definition in file poly_cheb_fermact_w.cc.