#include <iostream>#include <cstdio>#include "chroma.h"Go to the source code of this file.
Classes | |
| struct | Prop_t |
| Propagators. More... | |
| struct | SeqSource_input_t |
| Mega-structure of all input. More... | |
Functions | |
| void | read (XMLReader &xml, const string &path, Prop_t &input) |
| Propagator parameters. | |
| void | read (XMLReader &xml, const string &path, SeqSource_input_t &input) |
| int | main (int argc, char **argv) |
| Sequential source generation. | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Sequential source generation.
Definition at line 81 of file inline_polar_source_w.cc.
References BACKWARD, SeqSource_input_t::cfg, Chroma::InlineEigenBinLimeColVecReadNamedObjEnv::coords(), END_CODE, FORWARD, Chroma::gaugeStartup(), Chroma::SftMom::getSet(), j_decay, l, Chroma::MesPlq(), SeqSource_input_t::param, Chroma::proginfo(), SeqSource_input_t::prop, Prop_t::prop_file, prop_header, Chroma::read(), Chroma::readQprop(), Prop_t::seqsource_file, Prop_t::seqsource_volfmt, START_CODE, u, Chroma::uniqueId(), Chroma::unitarityCheck(), Chroma::write(), and Chroma::writeQprop().
| void read | ( | XMLReader & | xml, | |
| const string & | path, | |||
| SeqSource_input_t & | input | |||
| ) |
Definition at line 48 of file inline_polar_source_w.cc.
References SeqSource_input_t::cfg, SeqSource_input_t::param, SeqSource_input_t::prop, and Chroma::read().
| void read | ( | XMLReader & | xml, | |
| const string & | path, | |||
| Prop_t & | input | |||
| ) |
Propagator parameters.
Definition at line 37 of file inline_polar_source_w.cc.
References Prop_t::prop_file, Chroma::read(), Prop_t::seqsource_file, and Prop_t::seqsource_volfmt.
1.4.7