LatticeYangMills
|
Implementation of the Plaquette operator class. More...
#include <plaquette.h>
Public Member Functions | |
Plaquette () | |
constructor of the Plaquette class | |
void | initObservable (Lattice *lattice) |
constructor of the Plaquette class | |
void | compute () |
Compute the value of the plaquette over the whole lattice. | |
![]() | |
virtual void | initObservable (GluonField *field)=0 |
const char * | getName () |
returns the string tag of the observable | |
double | value () |
returns the value of the observable | |
Private Attributes | |
std::array< int, 4 > | m_size |
double | m_norm |
SU3 | plaq |
Additional Inherited Members | |
![]() | |
double | plaq |
double | energy |
double | topc |
![]() | |
void | gatherResults () |
MPI reduction of the observable value. | |
![]() | |
GluonField * | m_field = nullptr |
double | m_value |
std::string | m_name |
Implementation of the Plaquette operator class.
Old implementation of the Plaquette operator class. Return the avereage plaquette value over all lattice sites
Definition at line 50 of file plaquette.h.