38 #include "Math/latticemath.h" 63 std::array<std::array<Lattice<SU3>,4>,4> clovers;
66 std::array<int,24> mu;
67 std::array<int,24> nu;
68 std::array<int,24> rho;
69 std::array<int,24> sig;
Implementation of a class to perform arithmetics between links.
Contains the definition of the Observable prototype.
Class that represents the QCD field as an array of 4 SU3 lattices.
void superGatherResults()
MPI reduces the results of the sublattices for alll observables.
void compute()
computes the plaquette, the energy density and the topological charge on the lattice ...
void initObservable(GluonField *field)
initializer of the SuperObs class
SuperObs()
constructor of the SuperObs class
Class to compute the plaquette, the energy density and the topological charge.
Prototype for the Observable class group.