#include <inline_create_colorvecs.h>
Inheritance diagram for Chroma::InlineCreateColorVecsEnv::InlineMeas:

Public Member Functions | |
| ~InlineMeas () | |
| InlineMeas (const Params &p) | |
| InlineMeas (const InlineMeas &p) | |
| unsigned long | getFrequency (void) const |
| Tell me how often I should measure this beastie. | |
| void | operator() (const unsigned long update_no, XMLWriter &xml_out) |
| Do the measurement. | |
Protected Member Functions | |
| void | func (const unsigned long update_no, XMLWriter &xml_out) |
| Do the measurement. | |
Private Attributes | |
| Params | params |
Definition at line 54 of file inline_create_colorvecs.h.
| Chroma::InlineCreateColorVecsEnv::InlineMeas::~InlineMeas | ( | ) | [inline] |
Definition at line 57 of file inline_create_colorvecs.h.
| Chroma::InlineCreateColorVecsEnv::InlineMeas::InlineMeas | ( | const Params & | p | ) | [inline] |
Definition at line 58 of file inline_create_colorvecs.h.
| Chroma::InlineCreateColorVecsEnv::InlineMeas::InlineMeas | ( | const InlineMeas & | p | ) | [inline] |
Definition at line 59 of file inline_create_colorvecs.h.
| void Chroma::InlineCreateColorVecsEnv::InlineMeas::func | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [protected] |
Do the measurement.
Loop for num_iter apply smearing if orthonormalize is true to a GramSchmit on them Compute the v'Smearing v matrix elements for all color vectors call them evals and monitor convergence on one time slice EndLoop
Definition at line 187 of file inline_create_colorvecs.cc.
References Param_t::decay_dir, END_CODE, Chroma::gausSmear(), Chroma::SubsetVectors< T >::getDecayDir(), Chroma::SubsetVectors< T >::getEvalues(), Chroma::SubsetVectors< T >::getEvectors(), Chroma::SubsetVectors< T >::getNumVectors(), Chroma::SftMom::getSet(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::klein_gord(), m, Chroma::MesPlq(), Chroma::InlineCreateColorVecsEnv::name, Chroma::InlineCreateColorVecsEnv::Params::named_obj, Chroma::SftMom::numSubsets(), Chroma::InlineCreateColorVecsEnv::Params::param, params, Chroma::proginfo(), START_CODE, u, and Chroma::InlineCreateColorVecsEnv::write().
Referenced by operator()().
| unsigned long Chroma::InlineCreateColorVecsEnv::InlineMeas::getFrequency | ( | void | ) | const [inline, virtual] |
Tell me how often I should measure this beastie.
Implements Chroma::AbsInlineMeasurement.
Definition at line 61 of file inline_create_colorvecs.h.
References Chroma::InlineCreateColorVecsEnv::Params::frequency, and params.
| void Chroma::InlineCreateColorVecsEnv::InlineMeas::operator() | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [virtual] |
Do the measurement.
Implements Chroma::AbsInlineMeasurement.
Definition at line 162 of file inline_create_colorvecs.cc.
References func(), Chroma::makeXMLFileName(), params, Chroma::InlineCreateColorVecsEnv::write(), and Chroma::InlineCreateColorVecsEnv::Params::xml_file.
Definition at line 73 of file inline_create_colorvecs.h.
Referenced by func(), getFrequency(), and operator()().
1.4.7