CHROMA
|
Fermionic monomials (binlinears in fermion fields) More...
#include <abs_monomial.h>
Public Member Functions | |
~FermMonomial () | |
virtual destructor: More... | |
virtual void | dsdq (P &F, const AbsFieldState< P, Q > &s)=0 |
Compute dsdq for the system... Not specified how to actually do this. More... | |
virtual void | refreshInternalFields (const AbsFieldState< P, Q > &field_state)=0 |
Refresh pseudofermion fields if any. More... | |
virtual void | setInternalFields (const Monomial< P, Q > &m)=0 |
Copy pseudofermions if any. More... | |
virtual void | resetPredictors (void) |
Reset predictors. More... | |
Public Member Functions inherited from Chroma::Monomial< P, Q > | |
virtual | ~Monomial () |
virtual destructor: More... | |
Fermionic monomials (binlinears in fermion fields)
The fermion hierachy would splits at the very top into inexact and exact monomials. An exact monomial can be used for an inexact algorithm, but not vice-versa.
Definition at line 111 of file abs_monomial.h.
|
inline |
virtual destructor:
Definition at line 115 of file abs_monomial.h.
|
pure virtual |
Compute dsdq for the system... Not specified how to actually do this.
Implements Chroma::Monomial< P, Q >.
|
pure virtual |
Refresh pseudofermion fields if any.
Implements Chroma::Monomial< P, Q >.
|
inlinevirtual |
Reset predictors.
Reimplemented from Chroma::Monomial< P, Q >.
Definition at line 128 of file abs_monomial.h.
|
pure virtual |
Copy pseudofermions if any.
Implements Chroma::Monomial< P, Q >.