CHROMA
|
#include "chroma.h"
Go to the source code of this file.
Functions | |
bool | linkage_hack () |
To insure linking of code, place the registered code flags here. More... | |
void | wilson_dsdu (const UnprecWilsonFermAct &S, multi1d< LatticeColorMatrix > &ds_u, multi1d< LatticeColorMatrix > &u_, const LatticeFermion &psi) |
Old dsdu routine. More... | |
int | main (int argc, char *argv[]) |
bool linkage_hack | ( | ) |
To insure linking of code, place the registered code flags here.
This is the bit of code that dictates what fermacts are in use
Definition at line 7 of file t_unprec_twoflav_wilson_monomial.cc.
References Chroma::AsqtadFermActEnv::registerAll(), and Chroma::UnprecWilsonFermActEnv::registerAll().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 76 of file t_unprec_twoflav_wilson_monomial.cc.
References Chroma::Cfg_t::cfg_type, Chroma::CFG_TYPE_DISORDERED, Chroma::finalize(), Chroma::gaugeStartup(), Chroma::gaussian(), Chroma::GaugeFieldState::getQ(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::initialize(), mu, Nd, Chroma::p, phi, Chroma::pop(), Chroma::push(), Chroma::read(), Chroma::S_f, Chroma::taproj(), Chroma::u, wilson_dsdu(), Chroma::write(), and Chroma::zero.
void wilson_dsdu | ( | const UnprecWilsonFermAct & | S, |
multi1d< LatticeColorMatrix > & | ds_u, | ||
multi1d< LatticeColorMatrix > & | u_, | ||
const LatticeFermion & | psi | ||
) |
Old dsdu routine.
Definition at line 20 of file t_unprec_twoflav_wilson_monomial.cc.
References Chroma::FermionAction< T, P, Q >::createState(), Chroma::END_CODE(), FORWARD, Chroma::UnprecWilsonFermAct::linOp(), mu, Nd, Chroma::PLUS, Chroma::psi, Chroma::START_CODE(), Chroma::state, and Chroma::u.
Referenced by main().