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

Exact 1 flavor even-odd preconditioned fermact monomial. More...

#include <one_flavor_rat_monomial_w.h>

Inheritance diagram for Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >:
Chroma::OneFlavorRatExactWilsonTypeFermMonomial< 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::OneFlavorRatExactEOPrecConstDetWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT > Chroma::EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial Chroma::SymEvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial Chroma::EvenOddPrecConstDetConstGaugeOneFlavorWilsonTypeFermRatMonomial

Public Member Functions

virtual ~OneFlavorRatExactEOPrecWilsonTypeFermMonomialT ()
 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::OneFlavorRatExactWilsonTypeFermMonomial< P, Q, Phi >
 ~OneFlavorRatExactWilsonTypeFermMonomial ()
 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 > &s)
 Refresh pseudofermions. More...
 
virtual void setInternalFields (const Monomial< P, Q > &m)
 Copy pseudofermions if any. More...
 
virtual Double S_subset (const AbsFieldState< P, Q > &s) const
 Compute the action on the appropriate subset. More...
 
- Public Member Functions inherited from Chroma::ExactWilsonTypeFermMonomial< P, Q, Phi >
 ~ExactWilsonTypeFermMonomial ()
 virtual destructor: More...
 
virtual void resetPredictors (void)
 Reset predictors. 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 > & getFermAct () const =0
 Get at fermion action. More...
 
virtual const GroupXML_tgetActionInvParams (void) const =0
 Get inverter params. More...
 
virtual const GroupXML_tgetForceInvParams (void) const =0
 Get inverter params. More...
 
virtual int getNPF () const =0
 Return number of roots in used. More...
 
virtual const RemezCoeff_tgetFPFE () const =0
 Return the partial fraction expansion for the force calc. More...
 
virtual const RemezCoeff_tgetSPFE () const =0
 Return the partial fraction expansion for the action calc. More...
 
virtual const RemezCoeff_tgetSIPFE () const =0
 Return the partial fraction expansion for the heat-bath. More...
 
virtual const multi1d< Phi > & getPhi (void) const =0
 Accessor for pseudofermion (read only) More...
 
virtual multi1d< Phi > & getPhi (void)=0
 mutator for pseudofermion More...
 

Detailed Description

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

Exact 1 flavor even-odd preconditioned fermact monomial.

Exact 1 flavor even-odd preconditioned fermact monomial. Can supply a default dsdq algorithm

Definition at line 455 of file one_flavor_rat_monomial_w.h.

Constructor & Destructor Documentation

◆ ~OneFlavorRatExactEOPrecWilsonTypeFermMonomialT()

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

virtual destructor:

Definition at line 459 of file one_flavor_rat_monomial_w.h.

Member Function Documentation

◆ getActionInvParams()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual const GroupXML_t& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getActionInvParams ( void  ) const
protectedpure virtual

◆ getFermAct()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual const EOFermActT<Phi,P,Q>& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getFermAct ( ) const
protectedpure virtual

◆ getForceInvParams()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual const GroupXML_t& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getForceInvParams ( void  ) const
protectedpure virtual

◆ getFPFE()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual const RemezCoeff_t& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getFPFE ( ) const
protectedpure virtual

◆ getNPF()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual int Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getNPF ( ) const
protectedpure virtual

◆ getPhi() [1/2]

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual const multi1d<Phi>& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getPhi ( void  ) const
protectedpure virtual

◆ getPhi() [2/2]

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual multi1d<Phi>& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getPhi ( void  )
protectedpure virtual

◆ getSIPFE()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual const RemezCoeff_t& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getSIPFE ( ) const
protectedpure virtual

◆ getSPFE()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual const RemezCoeff_t& Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::getSPFE ( ) const
protectedpure virtual

◆ S()

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

◆ S_even_even()

template<typename P , typename Q , typename Phi , template< class, class, class > class EOFermActT>
virtual Double Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::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>
virtual Double Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >::S_odd_odd ( const AbsFieldState< P, Q > &  s)
inlinevirtual

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