CHROMA
|
Wrapper class for 5D 2-flavor unprec ferm monomials. More...
#include <unprec_one_flavor_rat_monomial5d_w.h>
Public Types | |
typedef LatticeFermion | T |
typedef multi1d< LatticeColorMatrix > | P |
typedef multi1d< LatticeColorMatrix > | Q |
Public Member Functions | |
UnprecOneFlavorWilsonTypeFermRatMonomial5D (const OneFlavorWilsonTypeFermRatMonomialParams ¶m_) | |
Public Member Functions inherited from Chroma::OneFlavorRatExactUnprecWilsonTypeFermMonomial5D< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix >, LatticeFermion > | |
~OneFlavorRatExactUnprecWilsonTypeFermMonomial5D () | |
virtual destructor: More... | |
virtual Double | S (const AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s) |
Compute the total action. More... | |
Public Member Functions inherited from Chroma::OneFlavorRatExactWilsonTypeFermMonomial5D< P, Q, Phi > | |
~OneFlavorRatExactWilsonTypeFermMonomial5D () | |
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 internal fields. More... | |
virtual Double | S_subset (const AbsFieldState< P, Q > &s) const |
Compute action on the appropriate subset. More... | |
Public Member Functions inherited from Chroma::ExactWilsonTypeFermMonomial5D< P, Q, Phi > | |
~ExactWilsonTypeFermMonomial5D () | |
virtual destructor: More... | |
virtual void | resetPredictors (void) |
Reset predictors. More... | |
Public Member Functions inherited from Chroma::ExactFermMonomial5D< P, Q, Phi > | |
~ExactFermMonomial5D () | |
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 | |
const UnprecWilsonTypeFermAct5D< T, P, Q > & | getFermAct (void) const |
Get at fermion action. 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 multi1d< multi1d< T > > & | getPhi (void) const |
Accessor for pseudofermion (read only) More... | |
multi1d< multi1d< T > > & | getPhi (void) |
mutator for pseudofermion 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 | |
UnprecOneFlavorWilsonTypeFermRatMonomial5D () | |
void | operator= (const UnprecOneFlavorWilsonTypeFermRatMonomial5D &) |
Private Attributes | |
multi1d< multi1d< T > > | phi |
Handle< const UnprecWilsonTypeFermAct5D< 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 5D 2-flavor unprec ferm monomials.
Monomial is expected to be the same for these fermacts
Definition at line 28 of file unprec_one_flavor_rat_monomial5d_w.h.
typedef multi1d<LatticeColorMatrix> Chroma::UnprecOneFlavorWilsonTypeFermRatMonomial5D::P |
Definition at line 37 of file unprec_one_flavor_rat_monomial5d_w.h.
typedef multi1d<LatticeColorMatrix> Chroma::UnprecOneFlavorWilsonTypeFermRatMonomial5D::Q |
Definition at line 38 of file unprec_one_flavor_rat_monomial5d_w.h.
typedef LatticeFermion Chroma::UnprecOneFlavorWilsonTypeFermRatMonomial5D::T |
Definition at line 36 of file unprec_one_flavor_rat_monomial5d_w.h.
Chroma::UnprecOneFlavorWilsonTypeFermRatMonomial5D::UnprecOneFlavorWilsonTypeFermRatMonomial5D | ( | const OneFlavorWilsonTypeFermRatMonomialParams & | param_ | ) |
Definition at line 51 of file unprec_one_flavor_rat_monomial5d_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, Chroma::OneFlavorWilsonTypeFermRatMonomialParams::num_pf, 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.
Definition at line 50 of file unprec_one_flavor_rat_monomial5d_w.h.
References actionInvParam.
|
inlineprotectedvirtual |
Get at fermion action.
Definition at line 45 of file unprec_one_flavor_rat_monomial5d_w.h.
References fermact.
|
inlineprotectedvirtual |
Get parameters for the inverter.
Definition at line 55 of file unprec_one_flavor_rat_monomial5d_w.h.
References forceInvParam.
|
inlineprotectedvirtual |
Return the partial fraction expansion for the force calc.
Definition at line 69 of file unprec_one_flavor_rat_monomial5d_w.h.
References fpfe.
|
inlineprotectedvirtual |
Return number of roots in used.
Definition at line 60 of file unprec_one_flavor_rat_monomial5d_w.h.
References num_pf.
|
inlineprotectedvirtual |
mutator for pseudofermion
Definition at line 66 of file unprec_one_flavor_rat_monomial5d_w.h.
References phi.
|
inlineprotectedvirtual |
Accessor for pseudofermion (read only)
Definition at line 63 of file unprec_one_flavor_rat_monomial5d_w.h.
References phi.
|
inlineprotectedvirtual |
Return the partial fraction expansion for the heat-bath.
Definition at line 75 of file unprec_one_flavor_rat_monomial5d_w.h.
References sipfe.
|
inlineprotectedvirtual |
Return the partial fraction expansion for the action calc.
Definition at line 72 of file unprec_one_flavor_rat_monomial5d_w.h.
References spfe.
|
private |
|
private |
Definition at line 89 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getActionInvParams(), and UnprecOneFlavorWilsonTypeFermRatMonomial5D().
|
private |
Definition at line 86 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getFermAct(), and UnprecOneFlavorWilsonTypeFermRatMonomial5D().
|
private |
Definition at line 90 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getForceInvParams(), and UnprecOneFlavorWilsonTypeFermRatMonomial5D().
|
private |
Definition at line 96 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getFPFE(), and UnprecOneFlavorWilsonTypeFermRatMonomial5D().
|
private |
Definition at line 93 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getNPF(), and UnprecOneFlavorWilsonTypeFermRatMonomial5D().
|
private |
Definition at line 83 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getPhi().
|
private |
Definition at line 98 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getSIPFE(), and UnprecOneFlavorWilsonTypeFermRatMonomial5D().
|
private |
Definition at line 97 of file unprec_one_flavor_rat_monomial5d_w.h.
Referenced by getSPFE(), and UnprecOneFlavorWilsonTypeFermRatMonomial5D().