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

Wrapper class for 2-flavor unprec ferm monomials. More...

#include <unprec_two_flavor_monomial_w.h>

Inheritance diagram for Chroma::UnprecTwoFlavorWilsonTypeFermMonomial:
Chroma::TwoFlavorExactUnprecWilsonTypeFermMonomial< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix >, LatticeFermion > Chroma::TwoFlavorExactWilsonTypeFermMonomial< P, Q, Phi > Chroma::ExactWilsonTypeFermMonomial< P, Q, Phi > Chroma::ExactFermMonomial4D< P, Q, Phi > Chroma::ExactFermMonomial< P, Q, Phi > Chroma::ExactMonomial< P, Q > Chroma::Monomial< P, Q >

Public Types

typedef LatticeFermion T
 
typedef multi1d< LatticeColorMatrix > P
 
typedef multi1d< LatticeColorMatrix > Q
 

Public Member Functions

 UnprecTwoFlavorWilsonTypeFermMonomial (const TwoFlavorWilsonTypeFermMonomialParams &param_)
 
 UnprecTwoFlavorWilsonTypeFermMonomial (const UnprecTwoFlavorWilsonTypeFermMonomial &m)
 
- Public Member Functions inherited from Chroma::TwoFlavorExactUnprecWilsonTypeFermMonomial< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix >, LatticeFermion >
 ~TwoFlavorExactUnprecWilsonTypeFermMonomial ()
 virtual destructor: More...
 
virtual Double S (const AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s)
 Compute the total action. More...
 
- Public Member Functions inherited from Chroma::TwoFlavorExactWilsonTypeFermMonomial< P, Q, Phi >
 ~TwoFlavorExactWilsonTypeFermMonomial ()
 virtual destructor: More...
 
virtual void dsdq (P &F, const AbsFieldState< P, Q > &s)
 Compute dsdq for the system... More...
 
virtual void refreshInternalFields (const AbsFieldState< P, Q > &field_state)
 Refresh pseudofermions. More...
 
virtual void setInternalFields (const Monomial< P, Q > &m)
 Copy pseudofermions if any. More...
 
virtual void resetPredictors (void)
 Reset predictors. More...
 
- Public Member Functions inherited from Chroma::ExactWilsonTypeFermMonomial< P, Q, Phi >
 ~ExactWilsonTypeFermMonomial ()
 virtual destructor: More...
 
- Public Member Functions inherited from Chroma::ExactFermMonomial4D< P, Q, Phi >
 ~ExactFermMonomial4D ()
 virtual destructor: More...
 
- Public Member Functions inherited from Chroma::ExactFermMonomial< P, Q, Phi >
 ~ExactFermMonomial ()
 virtual destructor: More...
 
- Public Member Functions inherited from Chroma::ExactMonomial< P, Q >
virtual ~ExactMonomial ()
 virtual destructor: More...
 
- Public Member Functions inherited from Chroma::Monomial< P, Q >
virtual ~Monomial ()
 virtual destructor: More...
 

Protected Member Functions

TgetPhi (void)
 mutator for pseudofermion with Pf index i More...
 
const TgetPhi (void) const
 Accessor for pseudofermion with Pf index i (read only) More...
 
const WilsonTypeFermAct< T, P, Q > & getFermAct (void) const
 Get at fermion action. More...
 
const GroupXML_tgetInvParams (void) const
 Get parameters for the inverter. More...
 
AbsChronologicalPredictor4D< LatticeFermion > & getMDSolutionPredictor (void)
 Get at the chronological predcitor. More...
 

Private Member Functions

 UnprecTwoFlavorWilsonTypeFermMonomial ()
 
void operator= (const UnprecTwoFlavorWilsonTypeFermMonomial &)
 

Private Attributes

LatticeFermion phi
 
Handle< const WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > fermact
 
GroupXML_t inv_param
 
Handle< AbsChronologicalPredictor4D< LatticeFermion > > chrono_predictor
 

Detailed Description

Wrapper class for 2-flavor unprec ferm monomials.

Monomial is expected to be the same for these fermacts

Definition at line 28 of file unprec_two_flavor_monomial_w.h.

Member Typedef Documentation

◆ P

typedef multi1d<LatticeColorMatrix> Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::P

Definition at line 37 of file unprec_two_flavor_monomial_w.h.

◆ Q

typedef multi1d<LatticeColorMatrix> Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::Q

Definition at line 38 of file unprec_two_flavor_monomial_w.h.

◆ T

Definition at line 36 of file unprec_two_flavor_monomial_w.h.

Constructor & Destructor Documentation

◆ UnprecTwoFlavorWilsonTypeFermMonomial() [1/3]

Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::UnprecTwoFlavorWilsonTypeFermMonomial ( const TwoFlavorWilsonTypeFermMonomialParams param_)

◆ UnprecTwoFlavorWilsonTypeFermMonomial() [2/3]

Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::UnprecTwoFlavorWilsonTypeFermMonomial ( const UnprecTwoFlavorWilsonTypeFermMonomial m)
inline

Definition at line 45 of file unprec_two_flavor_monomial_w.h.

◆ UnprecTwoFlavorWilsonTypeFermMonomial() [3/3]

Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::UnprecTwoFlavorWilsonTypeFermMonomial ( )
private

Member Function Documentation

◆ getFermAct()

const WilsonTypeFermAct<T,P,Q>& Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::getFermAct ( void  ) const
inlineprotectedvirtual

◆ getInvParams()

const GroupXML_t& Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::getInvParams ( void  ) const
inlineprotectedvirtual

◆ getMDSolutionPredictor()

AbsChronologicalPredictor4D<LatticeFermion>& Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::getMDSolutionPredictor ( void  )
inlineprotectedvirtual

◆ getPhi() [1/2]

T& Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::getPhi ( void  )
inlineprotectedvirtual

◆ getPhi() [2/2]

const T& Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::getPhi ( void  ) const
inlineprotectedvirtual

Accessor for pseudofermion with Pf index i (read only)

Implements Chroma::TwoFlavorExactUnprecWilsonTypeFermMonomial< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix >, LatticeFermion >.

Definition at line 54 of file unprec_two_flavor_monomial_w.h.

References phi.

◆ operator=()

void Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::operator= ( const UnprecTwoFlavorWilsonTypeFermMonomial )
private

Member Data Documentation

◆ chrono_predictor

Handle< AbsChronologicalPredictor4D<LatticeFermion> > Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::chrono_predictor
private

◆ fermact

Handle<const WilsonTypeFermAct< LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::fermact
private

◆ inv_param

GroupXML_t Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::inv_param
private

◆ phi

LatticeFermion Chroma::UnprecTwoFlavorWilsonTypeFermMonomial::phi
private

Definition at line 77 of file unprec_two_flavor_monomial_w.h.

Referenced by getPhi().


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