CHROMA
|
Go to the source code of this file.
Classes | |
struct | Param_t |
Parameters for running program. More... | |
struct | Test_input_t |
Mega-structure of all input. More... | |
Functions | |
bool | linkage_hack () |
To insure linking of code, place the registered code flags here. More... | |
void | read (XMLReader &xml, const std::string &path, Param_t ¶m) |
Parameters for running code. More... | |
void | read (XMLReader &xml, const std::string &path, Test_input_t &input) |
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 14 of file t_dwf4d.cc.
References Chroma::WilsonTypeFermActsEnv::registerAll().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 94 of file t_dwf4d.cc.
References Test_input_t::action_4d, Test_input_t::action_5d, Test_input_t::cfg, Chroma::chi(), Chroma::finalize(), Chroma::gaugeStartup(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::initialize(), Chroma::InlinePropAndMatElemDistillation2Env::local::innerProduct(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Param_t::invParam, linkage_hack(), Chroma::MesPlq(), Chroma::MINUS, Nd, Param_t::nrow, Test_input_t::param, Chroma::PLUS, Chroma::pop(), Chroma::proginfo(), Chroma::psi, Chroma::push(), Chroma::read(), tmp2, tmp3, Chroma::u, Chroma::unitarityCheck(), and Chroma::write().
void read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Param_t & | param | ||
) |
Parameters for running code.
Definition at line 46 of file t_dwf4d.cc.
References Param_t::invParam, Param_t::nrow, Chroma::read(), and Chroma::readXMLGroup().
void read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Test_input_t & | input | ||
) |
Definition at line 55 of file t_dwf4d.cc.
References Test_input_t::action_4d, Test_input_t::action_5d, Test_input_t::cfg, Test_input_t::param, and Chroma::read().