CHROMA
Public Member Functions | Protected Member Functions | List of all members
Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT > Class Template Referenceabstract

Exact 2 degen flavor even-odd preconditioned RatioConvConv type fermact monomial. More...

#include <two_flavor_ratio_conv_conv_monomial_w.h>

Inheritance diagram for Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >:
Chroma::TwoFlavorExactRatioConvConvWilsonTypeFermMonomial< 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 > Chroma::TwoFlavorExactEOPrecConstDetRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT > Chroma::EvenOddPrecConstDetTwoFlavorRatioConvConvWilsonTypeFermMonomial Chroma::SymEvenOddPrecConstDetTwoFlavorRatioConvConvWilsonTypeFermMonomial

Public Member Functions

virtual ~TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT ()
 virtual destructor: More...
 
virtual Double S_even_even (const AbsFieldState< P, Q > &s)=0
 Even even contribution (eg ln det Clover) More...
 
virtual Double S_odd_odd (const AbsFieldState< P, Q > &s)
 Compute the odd odd contribution (eg. More...
 
Double S (const AbsFieldState< P, Q > &s)
 Compute the total action. More...
 
- Public Member Functions inherited from Chroma::TwoFlavorExactRatioConvConvWilsonTypeFermMonomial< P, Q, Phi >
 ~TwoFlavorExactRatioConvConvWilsonTypeFermMonomial ()
 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 ()
 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

virtual const EOFermActT< Phi, P, Q > & getNumerFermAct () const =0
 Get at fermion action. More...
 
virtual const EOFermActT< Phi, P, Q > & getDenomFermAct () const =0
 Get at the preconditioned fermion actions. More...
 
virtual const GroupXML_tgetNumerInvParams () const =0
 Get parameters for the inverter. More...
 
virtual const Phi & getPhi () const =0
 Accessor for pseudofermion with Pf. More...
 
virtual Phi & getPhi ()=0
 mutator for pseudofermion with Pf More...
 
virtual AbsChronologicalPredictor4D< Phi > & getMDSolutionPredictor ()=0
 Get the initial guess predictor. More...
 
- Protected Member Functions inherited from Chroma::TwoFlavorExactRatioConvConvWilsonTypeFermMonomial< P, Q, Phi >
virtual const WilsonTypeFermAct< Phi, P, Q > & getFermAct () const
 Get at fermion action. More...
 
virtual const GroupXML_tgetDenomInvParams () const =0
 Parameters for inverting with the action of the denominator. More...
 

Detailed Description

template<typename P, typename Q, typename Phi, template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
class Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >

Exact 2 degen flavor even-odd preconditioned RatioConvConv type fermact monomial.

Exact 2 degen flavor even-odd preconditioned RatioConvConv type fermact monomial. Can supply a default dsdq algorithm

Definition at line 366 of file two_flavor_ratio_conv_conv_monomial_w.h.

Constructor & Destructor Documentation

◆ ~TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::~TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT ( )
inlinevirtual

virtual destructor:

Definition at line 370 of file two_flavor_ratio_conv_conv_monomial_w.h.

Member Function Documentation

◆ getDenomFermAct()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual const EOFermActT<Phi,P,Q>& Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::getDenomFermAct ( ) const
protectedpure virtual

◆ getMDSolutionPredictor()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual AbsChronologicalPredictor4D<Phi>& Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::getMDSolutionPredictor ( )
protectedpure virtual

◆ getNumerFermAct()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual const EOFermActT<Phi,P,Q>& Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::getNumerFermAct ( ) const
protectedpure virtual

◆ getNumerInvParams()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual const GroupXML_t& Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::getNumerInvParams ( ) const
protectedpure virtual

◆ getPhi() [1/2]

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual const Phi& Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::getPhi ( ) const
protectedpure virtual

◆ getPhi() [2/2]

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual Phi& Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::getPhi ( )
protectedpure virtual

◆ S()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
Double Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::S ( const AbsFieldState< P, Q > &  s)
inlinevirtual

◆ S_even_even()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual Double Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::S_even_even ( const AbsFieldState< P, Q > &  s)
pure virtual

◆ S_odd_odd()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT, template< class, class, class > class EOLinOpT>
virtual Double Chroma::TwoFlavorExactEOPrecRatioConvConvWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT, EOLinOpT >::S_odd_odd ( const AbsFieldState< P, Q > &  s)
inlinevirtual

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