CHROMA
Public Member Functions | Private Attributes | List of all members

Pure gauge field state. More...

#include <field_state.h>

Inheritance diagram for Chroma::GaugeFieldState:
Chroma::AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >

Public Member Functions

 GaugeFieldState (const multi1d< LatticeColorMatrix > &p_, const multi1d< LatticeColorMatrix > &q_)
 
 GaugeFieldState (const GaugeFieldState &s)
 
 ~GaugeFieldState ()
 
GaugeFieldStateclone (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
 

Detailed Description

Pure gauge field state.

A pure Gauge field state type field state.

Definition at line 81 of file field_state.h.

Constructor & Destructor Documentation

◆ GaugeFieldState() [1/2]

Chroma::GaugeFieldState::GaugeFieldState ( const multi1d< LatticeColorMatrix > &  p_,
const multi1d< LatticeColorMatrix > &  q_ 
)
inline

Definition at line 87 of file field_state.h.

References mu, Nd, p, and q.

Referenced by clone().

◆ GaugeFieldState() [2/2]

Chroma::GaugeFieldState::GaugeFieldState ( const GaugeFieldState s)
inline

Definition at line 98 of file field_state.h.

References mu, Nd, p, q, and Chroma::s().

◆ ~GaugeFieldState()

Chroma::GaugeFieldState::~GaugeFieldState ( )
inline

Definition at line 109 of file field_state.h.

Member Function Documentation

◆ clone()

GaugeFieldState* Chroma::GaugeFieldState::clone ( void  ) const
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().

◆ getP() [1/2]

multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getP ( void  )
inlinevirtual

◆ getP() [2/2]

const multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getP ( void  ) const
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().

◆ getQ() [1/2]

multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getQ ( void  )
inlinevirtual

◆ getQ() [2/2]

const multi1d<LatticeColorMatrix>& Chroma::GaugeFieldState::getQ ( void  ) const
inlinevirtual

Member Data Documentation

◆ p

multi1d<LatticeColorMatrix> Chroma::GaugeFieldState::p
private

Definition at line 125 of file field_state.h.

Referenced by GaugeFieldState(), and getP().

◆ q

multi1d<LatticeColorMatrix> Chroma::GaugeFieldState::q
private

Definition at line 126 of file field_state.h.

Referenced by GaugeFieldState(), and getQ().


The documentation for this class was generated from the following file: