CHROMA
|
Pure gauge field state. More...
#include <field_state.h>
Public Member Functions | |
GaugeFieldState (const multi1d< LatticeColorMatrix > &p_, const multi1d< LatticeColorMatrix > &q_) | |
GaugeFieldState (const GaugeFieldState &s) | |
~GaugeFieldState () | |
GaugeFieldState * | clone (void) const |
Clone the state – this will be needed for the virtual. More... | |
const multi1d< LatticeColorMatrix > & | getP (void) const |
Accessors. More... | |
const multi1d< LatticeColorMatrix > & | getQ (void) const |
multi1d< LatticeColorMatrix > & | getP (void) |
Mutators. More... | |
multi1d< LatticeColorMatrix > & | getQ (void) |
Public Member Functions inherited from Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > | |
virtual | ~AbsFieldState () |
Virtual destructor. More... | |
Private Attributes | |
multi1d< LatticeColorMatrix > | p |
multi1d< LatticeColorMatrix > | q |
Pure gauge field state.
A pure Gauge field state type field state.
Definition at line 81 of file field_state.h.
|
inline |
|
inline |
Definition at line 98 of file field_state.h.
References mu, Nd, p, q, and Chroma::s().
|
inline |
Definition at line 109 of file field_state.h.
|
inlinevirtual |
Clone the state – this will be needed for the virtual.
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 112 of file field_state.h.
References GaugeFieldState().
|
inlinevirtual |
Mutators.
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 121 of file field_state.h.
References p.
|
inlinevirtual |
Accessors.
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 117 of file field_state.h.
References p.
Referenced by Chroma::doHMC(), and main().
|
inlinevirtual |
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 122 of file field_state.h.
References q.
|
inlinevirtual |
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 118 of file field_state.h.
References q.
Referenced by Chroma::doHMC(), and main().
|
private |
Definition at line 125 of file field_state.h.
Referenced by GaugeFieldState(), and getP().
|
private |
Definition at line 126 of file field_state.h.
Referenced by GaugeFieldState(), and getQ().