CHROMA
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
Chroma::LatColMatTSTLeapfrogRecursiveIntegrator Class Reference

MD integrator interface for PQP leapfrog. More...

#include <lcm_tst_leapfrog_recursive.h>

Inheritance diagram for Chroma::LatColMatTSTLeapfrogRecursiveIntegrator:
Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > Chroma::AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >

Public Member Functions

 LatColMatTSTLeapfrogRecursiveIntegrator (int n_steps_, const multi1d< std::string > &monomial_ids_, Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > &SubIntegrator_)
 
 LatColMatTSTLeapfrogRecursiveIntegrator (const LatColMatTSTLeapfrogRecursiveIntegratorParams &p)
 
 LatColMatTSTLeapfrogRecursiveIntegrator (const LatColMatTSTLeapfrogRecursiveIntegrator &l)
 
 ~LatColMatTSTLeapfrogRecursiveIntegrator (void)
 
void operator() (AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s, const Real &traj_length) const
 Do an integration of lenght n*delta tau in n steps. More...
 
AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & getSubIntegrator () const
 Return the next level down integrator. More...
 
- Public Member Functions inherited from Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >
virtual ~AbsRecursiveIntegrator (void)
 Virtual destructor. More...
 
virtual void refreshFields (AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s) const
 Refresh fields in this level of the integrator and sub integrators. More...
 
virtual void resetPredictors (void) const
 Reset Integrators in this level and sub integrators. More...
 
- Public Member Functions inherited from Chroma::AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >
virtual ~AbsComponentIntegrator (void)
 Virtual destructor. More...
 

Protected Member Functions

void refreshFieldsThisLevel (AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s) const
 Refresh fields in just this level. More...
 
void resetPredictorsThisLevel (void) const
 Reset Predictors in just this level. More...
 

Private Attributes

int n_steps
 
multi1d< IntegratorShared::MonomialPairmonomials
 
Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > SubIntegrator
 

Detailed Description

MD integrator interface for PQP leapfrog.

Specialised to multi1d<LatticeColorMatrix>

Definition at line 54 of file lcm_tst_leapfrog_recursive.h.

Constructor & Destructor Documentation

◆ LatColMatTSTLeapfrogRecursiveIntegrator() [1/3]

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::LatColMatTSTLeapfrogRecursiveIntegrator ( int  n_steps_,
const multi1d< std::string > &  monomial_ids_,
Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > &  SubIntegrator_ 
)
inline

◆ LatColMatTSTLeapfrogRecursiveIntegrator() [2/3]

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::LatColMatTSTLeapfrogRecursiveIntegrator ( const LatColMatTSTLeapfrogRecursiveIntegratorParams p)
inline

◆ LatColMatTSTLeapfrogRecursiveIntegrator() [3/3]

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::LatColMatTSTLeapfrogRecursiveIntegrator ( const LatColMatTSTLeapfrogRecursiveIntegrator l)
inline

Definition at line 76 of file lcm_tst_leapfrog_recursive.h.

◆ ~LatColMatTSTLeapfrogRecursiveIntegrator()

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::~LatColMatTSTLeapfrogRecursiveIntegrator ( void  )
inline

Definition at line 80 of file lcm_tst_leapfrog_recursive.h.

Member Function Documentation

◆ getSubIntegrator()

AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >& Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::getSubIntegrator ( ) const
inlinevirtual

Return the next level down integrator.

Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.

Definition at line 88 of file lcm_tst_leapfrog_recursive.h.

References SubIntegrator.

Referenced by operator()().

◆ operator()()

void Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::operator() ( AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &  s,
const Real &  traj_length 
) const
virtual

◆ refreshFieldsThisLevel()

void Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::refreshFieldsThisLevel ( AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &  s) const
inlineprotectedvirtual

◆ resetPredictorsThisLevel()

void Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::resetPredictorsThisLevel ( void  ) const
inlineprotectedvirtual

Reset Predictors in just this level.

Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.

Definition at line 102 of file lcm_tst_leapfrog_recursive.h.

References Chroma::i, and monomials.

Member Data Documentation

◆ monomials

multi1d< IntegratorShared::MonomialPair > Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::monomials
private

◆ n_steps

int Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::n_steps
private

Definition at line 110 of file lcm_tst_leapfrog_recursive.h.

Referenced by operator()().

◆ SubIntegrator

Handle< AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::SubIntegrator
private

Definition at line 115 of file lcm_tst_leapfrog_recursive.h.

Referenced by getSubIntegrator().


The documentation for this class was generated from the following files: