|
CHROMA
|
Applies gauge transformation matrices on a propagator. More...
#include "chroma.h"Go to the source code of this file.
Classes | |
| struct | Param_t |
| Parameters for running program. More... | |
| struct | Prop_t |
| Propagators. More... | |
| struct | QpropGFix_input_t |
Functions | |
| void | read (XMLReader &xml, const std::string &path, Prop_t &input) |
| Propagator parameters. 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, QpropGFix_input_t &input) |
| int | main (int argc, char *argv[]) |
Applies gauge transformation matrices on a propagator.
Definition in file qpropgfix.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 110 of file qpropgfix.cc.
References QpropGFix_input_t::cfg, Chroma::END_CODE(), Chroma::finalize(), Chroma::gaugeStartup(), Chroma::SftMom::getSet(), Chroma::PropSourceConst_t::getTSrce(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Prop_t::gfix_in_file, Chroma::initialize(), Chroma::PropSourceConst_t::j_decay, j_decay, Nd, Param_t::nrow, QpropGFix_input_t::param, Chroma::pop(), Chroma::proginfo(), prop, QpropGFix_input_t::prop, prop_header, Prop_t::prop_in_file, Prop_t::prop_out_file, Prop_t::prop_out_volfmt, Chroma::push(), Chroma::read(), Chroma::readQprop(), Chroma::START_CODE(), t_srce, Chroma::tmp, Chroma::u, Chroma::write(), and Chroma::writeQprop().
| void read | ( | XMLReader & | xml, |
| const std::string & | path, | ||
| Param_t & | param | ||
| ) |
Parameters for running code.
Definition at line 54 of file qpropgfix.cc.
References Param_t::nrow, and Chroma::read().
| void read | ( | XMLReader & | xml, |
| const std::string & | path, | ||
| Prop_t & | input | ||
| ) |
Propagator parameters.
Definition at line 41 of file qpropgfix.cc.
References Prop_t::gfix_in_file, Prop_t::prop_in_file, Prop_t::prop_out_file, Prop_t::prop_out_volfmt, and Chroma::read().
| void read | ( | XMLReader & | xml, |
| const std::string & | path, | ||
| QpropGFix_input_t & | input | ||
| ) |
Definition at line 79 of file qpropgfix.cc.
References QpropGFix_input_t::cfg, QpropGFix_input_t::param, QpropGFix_input_t::prop, and Chroma::read().