CHROMA
|
Go to the source code of this file.
Classes | |
struct | Param_t |
Parameters for running program. More... | |
struct | Prop_t |
Propagators. More... | |
struct | Seqsource_input_t |
Mega-structure of all input. More... | |
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) |
void | read (XMLReader &xml, const std::string &path, Seqsource_input_t &input) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 83 of file t_seqsource.cc.
References Chroma::END_CODE(), Chroma::finalize(), Chroma::G5, Chroma::SftMom::getSet(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::i, Chroma::initialize(), Chroma::PropSourceConst_t::j_decay, j_decay, Nd, Param_t::nrow, Seqsource_input_t::param, Chroma::pop(), Chroma::proginfo(), Seqsource_input_t::prop, Prop_t::prop_file, prop_header, Chroma::push(), Chroma::QDP_error_exit(), Chroma::read(), Chroma::readQprop(), Prop_t::seqprop_files, Chroma::SftMom::sft(), Chroma::SeqSource_t::sink_mom, Chroma::START_CODE(), Chroma::SeqSource_t::t_sink, Chroma::PropSourceConst_t::t_source, t_source, and Chroma::write().
void read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Param_t & | param | ||
) |
Definition at line 49 of file t_seqsource.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 t_seqsource.cc.
References Prop_t::prop_file, Chroma::read(), and Prop_t::seqprop_files.
void read | ( | XMLReader & | xml, |
const std::string & | path, | ||
Seqsource_input_t & | input | ||
) |
Definition at line 58 of file t_seqsource.cc.
References Seqsource_input_t::param, Seqsource_input_t::prop, and Chroma::read().