CHROMA
|
Periodic version of FermState. More...
#include <periodic_fermstate.h>
Public Member Functions | |
PeriodicFermState (const Q &q_) | |
Full constructor. More... | |
~PeriodicFermState () | |
Destructor. More... | |
const Q & | getLinks () const |
Return the link fields needed in constructing linear operators. More... | |
const FermBC< T, P, Q > & | getBC () const |
Return the ferm BC object for this state. More... | |
Handle< FermBC< T, P, Q > > | getFermBC () const |
Return the ferm BC object for this state. More... | |
Public Member Functions inherited from Chroma::FermState< T, P, Q > | |
virtual | ~FermState () |
Virtual destructor to help with cleanup;. More... | |
Public Member Functions inherited from Chroma::ConnectState< P, Q > | |
virtual | ~ConnectState () |
Virtual destructor to help with cleanup;. More... | |
virtual void | deriv (P &F) const |
Private Member Functions | |
PeriodicFermState () | |
void | operator= (const PeriodicFermState &) |
Private Attributes | |
Handle< FermBC< T, P, Q > > | fbc |
Q | q |
Periodic version of FermState.
Only needs to hold a ferm field and ferm bc
Definition at line 23 of file periodic_fermstate.h.
|
inline |
Full constructor.
Definition at line 27 of file periodic_fermstate.h.
|
inline |
Destructor.
Definition at line 31 of file periodic_fermstate.h.
|
inlineprivate |
Definition at line 43 of file periodic_fermstate.h.
|
inlinevirtual |
Return the ferm BC object for this state.
Implements Chroma::FermState< T, P, Q >.
Definition at line 37 of file periodic_fermstate.h.
References Chroma::PeriodicFermState< T, P, Q >::fbc.
|
inlinevirtual |
Return the ferm BC object for this state.
Implements Chroma::FermState< T, P, Q >.
Definition at line 40 of file periodic_fermstate.h.
References Chroma::PeriodicFermState< T, P, Q >::fbc.
|
inlinevirtual |
Return the link fields needed in constructing linear operators.
Implements Chroma::ConnectState< P, Q >.
Definition at line 34 of file periodic_fermstate.h.
References Chroma::PeriodicFermState< T, P, Q >::q.
|
inlineprivate |
Definition at line 44 of file periodic_fermstate.h.
|
private |
Definition at line 47 of file periodic_fermstate.h.
Referenced by Chroma::PeriodicFermState< T, P, Q >::getBC(), and Chroma::PeriodicFermState< T, P, Q >::getFermBC().
|
private |
Definition at line 48 of file periodic_fermstate.h.
Referenced by Chroma::PeriodicFermState< T, P, Q >::getLinks().