CHROMA
|
Inline propagator calculation. More...
#include <inline_propagator_w.h>
Public Member Functions | |
~InlinePropagator () | |
InlinePropagator (const InlinePropagatorParams &p) | |
InlinePropagator (const InlinePropagator &p) | |
unsigned long | getFrequency (void) const |
Tell me how often I should measure this beastie. More... | |
void | operator() (const unsigned long update_no, XMLWriter &xml_out) |
Do the measurement. More... | |
Public Member Functions inherited from Chroma::AbsInlineMeasurement | |
virtual | ~AbsInlineMeasurement (void) |
Virtual Destructor. More... | |
Protected Member Functions | |
void | func (const unsigned long update_no, XMLWriter &xml_out) |
Do the measurement. More... | |
Private Attributes | |
InlinePropagatorParams | params |
Inline propagator calculation.
Definition at line 48 of file inline_propagator_w.h.
|
inline |
Definition at line 51 of file inline_propagator_w.h.
|
inline |
Definition at line 52 of file inline_propagator_w.h.
|
inline |
Definition at line 53 of file inline_propagator_w.h.
|
protected |
Do the measurement.
Definition at line 149 of file inline_propagator_w.cc.
References Chroma::END_CODE(), Chroma::ChromaProp_t::fermact, Chroma::SequentialSource_t::forward_props, Chroma::SequentialProp_t::forward_props, Chroma::MakeSourceProp_t::gauge_header, Chroma::Propagator_t::gauge_header, Chroma::SequentialSource_t::gauge_header, Chroma::SequentialProp_t::gauge_header, Chroma::InlinePropagatorParams::NamedObject_t::gauge_id, Chroma::SftMom::getSet(), Chroma::GroupXML_t::id, Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::ChromaProp_t::invParam, Chroma::PropSourceConst_t::j_decay, Chroma::SeqSource_t::j_decay, j_decay, Chroma::MesPlq(), Chroma::InlinePropagatorEnv::name, Chroma::InlinePropagatorParams::named_obj, Nd, Chroma::ChromaProp_t::obsvP, Chroma::InlinePropagatorParams::param, params, Chroma::GroupXML_t::path, Chroma::pop(), Chroma::proginfo(), Chroma::Propagator_t::prop_header, Chroma::InlinePropagatorParams::NamedObject_t::prop_id, Chroma::push(), Chroma::ChromaProp_t::quarkSpinType, Chroma::read(), Chroma::S_f, Chroma::SequentialProp_t::seqprop_header, Chroma::SequentialSource_t::seqsource_header, Chroma::SequentialProp_t::seqsource_header, Chroma::SequentialSource_t::sink_header, Chroma::SequentialProp_t::sink_header, Chroma::MakeSourceProp_t::source_header, Chroma::Propagator_t::source_header, Chroma::InlinePropagatorParams::NamedObject_t::source_id, Chroma::START_CODE(), Chroma::state, t0, Chroma::SeqSource_t::t_sink, Chroma::PropSourceConst_t::t_source, Chroma::u, Chroma::uniqueId(), Chroma::write(), Chroma::InlinePropagatorParams::writeXML(), and Chroma::GroupXML_t::xml.
Referenced by operator()().
|
inlinevirtual |
Tell me how often I should measure this beastie.
Implements Chroma::AbsInlineMeasurement.
Definition at line 55 of file inline_propagator_w.h.
References Chroma::InlinePropagatorParams::frequency, and params.
|
virtual |
Do the measurement.
Implements Chroma::AbsInlineMeasurement.
Definition at line 124 of file inline_propagator_w.cc.
References func(), Chroma::makeXMLFileName(), params, Chroma::pop(), Chroma::push(), Chroma::write(), and Chroma::InlinePropagatorParams::xml_file.
|
private |
Definition at line 67 of file inline_propagator_w.h.
Referenced by func(), getFrequency(), and operator()().