CHROMA
|
Wrapper class for 2-flavor even-odd prec ferm monomials. More...
#include <eoprec_constdet_one_flavor_rat_monomial_w.h>
Public Types | |
typedef LatticeFermion | T |
typedef multi1d< LatticeColorMatrix > | P |
typedef multi1d< LatticeColorMatrix > | Q |
Public Member Functions | |
EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial (const OneFlavorWilsonTypeFermRatMonomialParams ¶m_) | |
Public Member Functions inherited from Chroma::OneFlavorRatExactEOPrecConstDetWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT > | |
virtual | ~OneFlavorRatExactEOPrecConstDetWilsonTypeFermMonomialT () |
virtual destructor: More... | |
virtual Double | S_even_even (const AbsFieldState< P, Q > &s) |
Even even contribution (eg ln det Clover) More... | |
Public Member Functions inherited from Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT > | |
virtual | ~OneFlavorRatExactEOPrecWilsonTypeFermMonomialT () |
virtual destructor: 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 | |
multi1d< T > & | getPhi (void) |
mutator for pseudofermion More... | |
const multi1d< T > & | getPhi (void) const |
Accessor for pseudofermion (read only) More... | |
const EvenOddPrecWilsonTypeFermAct< T, P, Q > & | getFermAct (void) const |
Replace thiw with PrecConstDet. More... | |
const GroupXML_t & | getActionInvParams (void) const |
Get parameters for the inverter. More... | |
const GroupXML_t & | getForceInvParams (void) const |
Get parameters for the inverter. More... | |
int | getNPF () const |
Return number of roots in used. More... | |
const RemezCoeff_t & | getFPFE () const |
Return the partial fraction expansion for the force calc. More... | |
const RemezCoeff_t & | getSPFE () const |
Return the partial fraction expansion for the action calc. More... | |
const RemezCoeff_t & | getSIPFE () const |
Return the partial fraction expansion for the heat-bath. More... | |
Private Member Functions | |
EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial () | |
void | operator= (const EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial &) |
Private Attributes | |
multi1d< T > | phi |
Handle< const EvenOddPrecWilsonTypeFermAct< T, P, Q > > | fermact |
GroupXML_t | actionInvParam |
GroupXML_t | forceInvParam |
int | num_pf |
RemezCoeff_t | fpfe |
RemezCoeff_t | spfe |
RemezCoeff_t | sipfe |
Wrapper class for 2-flavor even-odd prec ferm monomials.
Monomial is expected to be the same for these fermacts
Definition at line 28 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
typedef multi1d<LatticeColorMatrix> Chroma::EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial::P |
Definition at line 37 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
typedef multi1d<LatticeColorMatrix> Chroma::EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial::Q |
Definition at line 38 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
typedef LatticeFermion Chroma::EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial::T |
Definition at line 36 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Chroma::EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial::EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial | ( | const OneFlavorWilsonTypeFermRatMonomialParams & | param_ | ) |
Definition at line 53 of file eoprec_constdet_one_flavor_rat_monomial_w.cc.
References Chroma::CompApprox_t::action, actionInvParam, Chroma::END_CODE(), Chroma::CompApprox_t::fermact, fermact, Chroma::CompApprox_t::force, forceInvParam, fpfe, Chroma::GroupXML_t::id, Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::TermApprox_t::invParam, num_pf, Chroma::OneFlavorWilsonTypeFermRatMonomialParams::num_pf, Chroma::OneFlavorWilsonTypeFermRatMonomialParams::numer, Chroma::GroupXML_t::path, Chroma::TermApprox_t::ratApprox, sipfe, spfe, Chroma::START_CODE(), and Chroma::GroupXML_t::xml.
|
private |
|
inlineprotectedvirtual |
Get parameters for the inverter.
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 53 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References actionInvParam.
|
inlineprotectedvirtual |
Replace thiw with PrecConstDet.
Implements Chroma::OneFlavorRatExactEOPrecConstDetWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 48 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References fermact.
Referenced by Chroma::EvenOddPrecConstDetConstGaugeOneFlavorWilsonTypeFermRatMonomial::dsdq().
|
inlineprotectedvirtual |
Get parameters for the inverter.
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 58 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References forceInvParam.
|
inlineprotectedvirtual |
Return the partial fraction expansion for the force calc.
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 66 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References fpfe.
|
inlineprotectedvirtual |
Return number of roots in used.
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 63 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References num_pf.
|
inlineprotectedvirtual |
mutator for pseudofermion
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 45 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References phi.
|
inlineprotectedvirtual |
Accessor for pseudofermion (read only)
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 46 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References phi.
|
inlineprotectedvirtual |
Return the partial fraction expansion for the heat-bath.
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 72 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References sipfe.
|
inlineprotectedvirtual |
Return the partial fraction expansion for the action calc.
Implements Chroma::OneFlavorRatExactEOPrecWilsonTypeFermMonomialT< P, Q, Phi, EOFermActT >.
Definition at line 69 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
References spfe.
|
private |
|
private |
Definition at line 86 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial(), and getActionInvParams().
|
private |
Definition at line 83 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial(), and getFermAct().
|
private |
Definition at line 87 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial(), and getForceInvParams().
|
private |
Definition at line 93 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial(), and getFPFE().
|
private |
Definition at line 90 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial(), and getNPF().
|
private |
Definition at line 80 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by getPhi().
|
private |
Definition at line 95 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial(), and getSIPFE().
|
private |
Definition at line 94 of file eoprec_constdet_one_flavor_rat_monomial_w.h.
Referenced by EvenOddPrecConstDetOneFlavorWilsonTypeFermRatMonomial(), and getSPFE().