LatticeYangMills
|
Implementation of the Energy Density operator class. More...
#include <energydensity.h>
Public Member Functions | |
EnergyDensity () | |
constructor of the EnergyDensity class | |
void | initObservable (GluonField *lattice) |
initializer of the EnergyDensity class | |
void | compute () |
computes the EnergyDensity value using the clover definition of the field strength tensor | |
![]() | |
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 | Gmn |
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 Energy Density operator class.
Old implementation of the Energy Density operator class using the clover definition of the Field Stength Tensor
Definition at line 52 of file energydensity.h.