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

MD integrator interface for PQP leapfrog. More...

#include <lcm_sts_leapfrog_recursive.h>

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

Public Member Functions

 LatColMatSTSLeapfrogRecursiveIntegrator (int n_steps_, const multi1d< std::string > &monomial_ids_, Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > &SubIntegrator_)
 
 LatColMatSTSLeapfrogRecursiveIntegrator (const LatColMatSTSLeapfrogRecursiveIntegratorParams &p)
 
 LatColMatSTSLeapfrogRecursiveIntegrator (const LatColMatSTSLeapfrogRecursiveIntegrator &l)
 
 ~LatColMatSTSLeapfrogRecursiveIntegrator (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_sts_leapfrog_recursive.h.

Constructor & Destructor Documentation

◆ LatColMatSTSLeapfrogRecursiveIntegrator() [1/3]

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

◆ LatColMatSTSLeapfrogRecursiveIntegrator() [2/3]

Chroma::LatColMatSTSLeapfrogRecursiveIntegrator::LatColMatSTSLeapfrogRecursiveIntegrator ( const LatColMatSTSLeapfrogRecursiveIntegratorParams p)
inline

◆ LatColMatSTSLeapfrogRecursiveIntegrator() [3/3]

Chroma::LatColMatSTSLeapfrogRecursiveIntegrator::LatColMatSTSLeapfrogRecursiveIntegrator ( const LatColMatSTSLeapfrogRecursiveIntegrator l)
inline

Definition at line 76 of file lcm_sts_leapfrog_recursive.h.

◆ ~LatColMatSTSLeapfrogRecursiveIntegrator()

Chroma::LatColMatSTSLeapfrogRecursiveIntegrator::~LatColMatSTSLeapfrogRecursiveIntegrator ( void  )
inline

Definition at line 80 of file lcm_sts_leapfrog_recursive.h.

Member Function Documentation

◆ getSubIntegrator()

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

Return the next level down integrator.

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

Definition at line 88 of file lcm_sts_leapfrog_recursive.h.

References SubIntegrator.

Referenced by operator()().

◆ operator()()

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

◆ refreshFieldsThisLevel()

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

◆ resetPredictorsThisLevel()

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

Reset Predictors in just this level.

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

Definition at line 102 of file lcm_sts_leapfrog_recursive.h.

References Chroma::i, and monomials.

Member Data Documentation

◆ monomials

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

◆ n_steps

int Chroma::LatColMatSTSLeapfrogRecursiveIntegrator::n_steps
private

Definition at line 110 of file lcm_sts_leapfrog_recursive.h.

Referenced by operator()().

◆ SubIntegrator

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

Definition at line 115 of file lcm_sts_leapfrog_recursive.h.

Referenced by getSubIntegrator().


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