CHROMA
|
Even-odd preconditioned Clover fermion action (fat-relevant, thin-irrelevant terms) More...
#include "chromabase.h"
#include "actions/ferm/fermacts/fermact_factory_w.h"
#include "actions/ferm/linop/eoprec_slrc_linop_w.h"
#include "actions/ferm/fermacts/eoprec_slrc_fermact_w.h"
#include "actions/ferm/fermstates/ferm_createstate_reader_w.h"
#include "actions/ferm/fermstates/ferm_createstate_aggregate_w.h"
#include "actions/ferm/fermstates/stout_fermstate_w.h"
#include "actions/ferm/fermbcs/fermbcs_reader_w.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::EvenOddPrecSLRCFermActEnv | |
Hooks to register the class with the fermact factory. | |
Functions | |
WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | Chroma::EvenOddPrecSLRCFermActEnv::createFermAct4D (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
FermionAction< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | Chroma::EvenOddPrecSLRCFermActEnv::createFermAct (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | Chroma::EvenOddPrecSLRCFermActEnv::registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | Chroma::EvenOddPrecSLRCFermActEnv::name = "SLRC" |
Name to be used. More... | |
static bool | Chroma::EvenOddPrecSLRCFermActEnv::registered = false |
Local registration flag. More... | |
Even-odd preconditioned Clover fermion action (fat-relevant, thin-irrelevant terms)
Here, the relevant terms are smeared and the irrelevant terms are not smeared. Code provided by Thomas Kaltenbrunner.
Definition in file eoprec_slrc_fermact_w.cc.