CHROMA
Namespaces | Functions | Variables
unprec_graphene_fermact_w.cc File Reference

Unpreconditioned Graphene fermion action. More...

#include "chromabase.h"
#include "actions/ferm/fermacts/unprec_graphene_fermact_w.h"
#include "actions/ferm/linop/unprec_graphene_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::UnprecGrapheneFermActEnv
 Hooks to register the class with the fermact factory.
 

Functions

WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * Chroma::UnprecGrapheneFermActEnv::createFermAct4D (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
FermionAction< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * Chroma::UnprecGrapheneFermActEnv::createFermAct (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool Chroma::UnprecGrapheneFermActEnv::registerAll ()
 Register all the factories. More...
 

Variables

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

Detailed Description

Unpreconditioned Graphene fermion action.

This formulation follows Borici's variant of Creutz's graphene fermion construction. Borici's variant is described in arXiv:0712.4401 and Cruetz's original construction is described in arXiv:0712.1201

Definition in file unprec_graphene_fermact_w.cc.