#include <field_state.h>
Inheritance diagram for Chroma::GaugeFieldState:

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. | |
| const multi1d< LatticeColorMatrix > & | getP (void) const |
| Accessors. | |
| const multi1d< LatticeColorMatrix > & | getQ (void) const |
| multi1d< LatticeColorMatrix > & | getP (void) |
| Mutators. | |
| multi1d< LatticeColorMatrix > & | getQ (void) |
Private Attributes | |
| multi1d< LatticeColorMatrix > | p |
| multi1d< LatticeColorMatrix > | q |
A pure Gauge field state type field state.
Definition at line 82 of file field_state.h.
| Chroma::GaugeFieldState::GaugeFieldState | ( | const multi1d< LatticeColorMatrix > & | p_, | |
| const multi1d< LatticeColorMatrix > & | q_ | |||
| ) | [inline] |
| Chroma::GaugeFieldState::GaugeFieldState | ( | const GaugeFieldState & | s | ) | [inline] |
| Chroma::GaugeFieldState::~GaugeFieldState | ( | ) | [inline] |
Definition at line 110 of file field_state.h.
| GaugeFieldState* Chroma::GaugeFieldState::clone | ( | void | ) | const [inline, virtual] |
Clone the state -- this will be needed for the virtual.
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 113 of file field_state.h.
| multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getP | ( | void | ) | [inline, virtual] |
Mutators.
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 122 of file field_state.h.
| const multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getP | ( | void | ) | const [inline, virtual] |
Accessors.
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 118 of file field_state.h.
Referenced by Chroma::doHMC(), and main().
| multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getQ | ( | void | ) | [inline, virtual] |
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 123 of file field_state.h.
References q.
| const multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getQ | ( | void | ) | const [inline, virtual] |
Implements Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 119 of file field_state.h.
References q.
Referenced by Chroma::doHMC(), and main().
multi1d<LatticeColorMatrix> Chroma::GaugeFieldState::p [private] |
multi1d<LatticeColorMatrix> Chroma::GaugeFieldState::q [private] |
1.4.7