LatticeYangMills
|
Class that represents the QCD field as an array of 4 SU3 lattices. More...
#include <field.h>
Public Member Functions | |
Field (std::array< int, 4 > size) | |
Lattice< T > & | operator[] (int mu) |
Public Attributes | |
int | m_dimensions |
std::array< int, 4 > | m_size |
Private Attributes | |
std::array< Lattice< T >, N > | m_lats |
Class that represents the QCD field as an array of 4 SU3 lattices.
The Field class is a convenience object that stores 4 lattices of one dattype, one for each euclidean dimension. It allows indexed access to the individual components via the operator[].