#include <iostream>#include <cstdio>#include "chroma.h"#include "qdp_util.h"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. | |
| void | read (XMLReader &xml, const string &path, Param_t ¶m) |
| Parameters for running code. | |
| void | read (XMLReader &xml, const 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 15 of file t_dwf4d.cc.
References Chroma::AsqtadFermActEnv::registerAll().
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 95 of file t_dwf4d.cc.
References Test_input_t::action_4d, Test_input_t::action_5d, Test_input_t::cfg, chi, Chroma::finalize(), Chroma::gaugeStartup(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::initialize(), Param_t::invParam, linkage_hack(), Chroma::MesPlq(), Chroma::MINUS, Param_t::nrow, Test_input_t::param, Chroma::PLUS, Chroma::proginfo(), Chroma::psi(), Chroma::read(), T, u, Chroma::unitarityCheck(), and Chroma::write().
| void read | ( | XMLReader & | xml, | |
| const string & | path, | |||
| Test_input_t & | input | |||
| ) |
Definition at line 56 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().
| void read | ( | XMLReader & | xml, | |
| const string & | path, | |||
| Param_t & | param | |||
| ) |
Parameters for running code.
Definition at line 47 of file t_dwf4d.cc.
References Param_t::invParam, Param_t::nrow, Chroma::read(), and Chroma::readXMLGroup().
1.4.7