10 #ifndef LCM_TST_LEAPFROG_RECURSIVE_H
11 #define LCM_TST_LEAPFROG_RECURSIVE_H
23 namespace LatColMatTSTLeapfrogRecursiveIntegratorEnv
41 void read(XMLReader& xml_in,
46 void write(XMLWriter& xml_out,
56 multi1d<LatticeColorMatrix> >
62 const multi1d<std::string>& monomial_ids_,
84 multi1d<LatticeColorMatrix> >&
s,
85 const Real& traj_length)
const;
95 multi1d<LatticeColorMatrix> >&
s)
const {
Primary include file for CHROMA library code.
MD integrator that can be used as a component for other integrators.
MD component integrator that has a sub integrator (recursive)
Class for counted reference semantics.
MD integrator interface for PQP leapfrog.
LatColMatTSTLeapfrogRecursiveIntegrator(const LatColMatTSTLeapfrogRecursiveIntegratorParams &p)
void operator()(AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s, const Real &traj_length) const
Do an integration of lenght n*delta tau in n steps.
LatColMatTSTLeapfrogRecursiveIntegrator(int n_steps_, const multi1d< std::string > &monomial_ids_, Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > &SubIntegrator_)
~LatColMatTSTLeapfrogRecursiveIntegrator(void)
AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & getSubIntegrator() const
Return the next level down integrator.
void resetPredictorsThisLevel(void) const
Reset Predictors in just this level.
Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > SubIntegrator
multi1d< IntegratorShared::MonomialPair > monomials
LatColMatTSTLeapfrogRecursiveIntegrator(const LatColMatTSTLeapfrogRecursiveIntegrator &l)
void refreshFieldsThisLevel(AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s) const
Refresh fields in just this level.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createSubIntegrator(const std::string &subintegrator_xml)
A routine to create a sub integrator from a generic piece of subintegrator XML.
void bindMonomials(const multi1d< std::string > &monomial_ids, multi1d< MonomialPair > &monomials)
A routine to bind Monomial IDs to an array of Monomial Handles.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
multi1d< LatticeFermion > s(Ncb)
std::string subintegrator_xml
LatColMatTSTLeapfrogRecursiveIntegratorParams()
multi1d< std::string > monomial_ids