CHROMA
Namespaces | Functions | Variables
klein_gordon_fermact_s.cc File Reference

Klein-Gordon boson action masquerading action as a staggered action. More...

#include "actions/ferm/fermacts/fermact_factory_s.h"
#include "actions/ferm/fermstates/ferm_createstate_reader_s.h"
#include "actions/ferm/linop/klein_gordon_linop_s.h"
#include "actions/ferm/fermacts/klein_gordon_fermact_s.h"

Go to the source code of this file.

Namespaces

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

Functions

void Chroma::read (XMLReader &xml, const std::string &path, KleinGordonFermActParams &param)
 
void Chroma::write (XMLWriter &xml, const std::string &path, const KleinGordonFermActParams &param)
 
StaggeredTypeFermAct< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * Chroma::KleinGordonFermActEnv::createFermAct4D (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
FermionAction< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * Chroma::KleinGordonFermActEnv::createFermAct (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool Chroma::KleinGordonFermActEnv::registerAll ()
 Register all the factories. More...
 

Variables

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

Detailed Description

Klein-Gordon boson action masquerading action as a staggered action.

Definition in file klein_gordon_fermact_s.cc.