CHROMA
Namespaces | Functions | Variables
poly_cheb_fermact_w.cc File Reference

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 &param)
 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...
 

Detailed Description

Chebyshev polynomial fermion action.

Definition in file poly_cheb_fermact_w.cc.