CHROMA
Namespaces | Functions | Variables
eoprec_parwilson_fermact_w.cc File Reference

Even-odd preconditioned Wilson fermion action with parity breaking term. More...

#include "chromabase.h"
#include "actions/ferm/fermacts/eoprec_parwilson_fermact_w.h"
#include "actions/ferm/linop/eoprec_parwilson_linop_w.h"
#include "actions/ferm/fermacts/fermact_factory_w.h"
#include "actions/ferm/fermstates/ferm_createstate_reader_w.h"
#include "io/param_io.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::EvenOddPrecParWilsonFermActEnv
 Hooks to register the class with the fermact factory.
 

Functions

WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * Chroma::EvenOddPrecParWilsonFermActEnv::createFermAct4D (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
FermionAction< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * Chroma::EvenOddPrecParWilsonFermActEnv::createFermAct (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool Chroma::EvenOddPrecParWilsonFermActEnv::registerAll ()
 Register all the factories. More...
 
void Chroma::read (XMLReader &xml, const std::string &path, EvenOddPrecParWilsonFermActParams &param)
 Read parameters. More...
 

Variables

const std::string Chroma::EvenOddPrecParWilsonFermActEnv::name = "PARWILSON"
 Name to be used. More...
 
static bool Chroma::EvenOddPrecParWilsonFermActEnv::registered = false
 Local registration flag. More...
 

Detailed Description

Even-odd preconditioned Wilson fermion action with parity breaking term.

Definition in file eoprec_parwilson_fermact_w.cc.