CHROMA
|
4D Zolotarev variant of Overlap-Dirac operator More...
#include <chromabase.h>
#include <linearop.h>
#include "io/enum_io/enum_io.h"
#include "actions/ferm/fermacts/unprec_wilson_fermact_w.h"
#include "actions/ferm/fermacts/ovlap_partfrac4d_fermact_w.h"
#include "actions/ferm/fermacts/zolotarev.h"
#include "actions/ferm/linop/lovlapms_w.h"
#include "actions/ferm/linop/lovlap_double_pass_w.h"
#include "actions/ferm/linop/lovddag_w.h"
#include "actions/ferm/linop/lovddag_double_pass_w.h"
#include "actions/ferm/linop/lg5eps_w.h"
#include "actions/ferm/linop/lg5eps_double_pass_w.h"
#include "meas/eig/ischiral_w.h"
#include "actions/ferm/fermacts/fermact_factory_w.h"
#include "actions/ferm/fermstates/simple_fermstate.h"
#include "actions/ferm/fermstates/ferm_createstate_reader_w.h"
#include "actions/ferm/fermbcs/fermbcs_reader_w.h"
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::OvlapPartFrac4DFermActEnv | |
Hooks to register the class with the fermact factory. | |
Functions | |
WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | Chroma::OvlapPartFrac4DFermActEnv::createFermAct4D (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
FermionAction< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | Chroma::OvlapPartFrac4DFermActEnv::createFermAct (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | Chroma::OvlapPartFrac4DFermActEnv::registerAll () |
Register all the factories. More... | |
void | Chroma::write (XMLWriter &xml_out, const std::string &path, const OvlapPartFrac4DFermActParams &p) |
void | Chroma::read (XMLReader &xml, const std::string &path, OvlapPartFrac4DFermActParams ¶m) |
Read parameters. More... | |
Variables | |
const std::string | Chroma::OvlapPartFrac4DFermActEnv::name ="OVERLAP_PARTIAL_FRACTION_4D" |
Name to be used. More... | |
static bool | Chroma::OvlapPartFrac4DFermActEnv::registered = false |
Local registration flag. More... | |
4D Zolotarev variant of Overlap-Dirac operator
Definition in file ovlap_partfrac4d_fermact_w.cc.