CHROMA
|
Time-reverse 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 | QpropTRev_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, QpropTRev_input_t &input) |
int | main (int argc, char *argv[]) |
Time-reverse a propagator.
Definition in file qproptrev.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 104 of file qproptrev.cc.
References BACKWARD, Chroma::END_CODE(), Chroma::finalize(), FORWARD, Chroma::SftMom::getSet(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::initialize(), Chroma::PropSourceConst_t::j_decay, j_decay, Chroma::k, Param_t::nrow, Chroma::SftMom::numSubsets(), QpropTRev_input_t::param, Chroma::pop(), Chroma::proginfo(), prop, QpropTRev_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, Chroma::PropSourceConst_t::t_source, t_source, tmp2, tmp3, Chroma::write(), and Chroma::writeQprop().
void read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Param_t & | param | ||
) |
Parameters for running code.
Definition at line 51 of file qproptrev.cc.
References Param_t::nrow, and Chroma::read().
void read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Prop_t & | input | ||
) |
Propagator parameters.
Definition at line 39 of file qproptrev.cc.
References 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, | ||
QpropTRev_input_t & | input | ||
) |
Definition at line 76 of file qproptrev.cc.
References QpropTRev_input_t::param, QpropTRev_input_t::prop, and Chroma::read().