LatticeYangMills
Classes | Typedefs
field.h File Reference

Contains the definition of the Field class. More...

#include <vector>
#include <random>
#include "latticemath.h"
Include dependency graph for field.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Field< T, N >
 Class that represents the QCD field as an array of 4 SU3 lattices. More...
 

Typedefs

typedef Field< SU3, 4 > GluonField
 

Detailed Description

Contains the definition of the Field class.

Author
Giovanni Pederiva
Version
1.0
Date
2017-2018

Definition in file field.h.

Typedef Documentation

typedef Field<SU3,4> GluonField

Convenience definition of the SU3 case 4 dimensional case of a Field class, the GluonField

Definition at line 76 of file field.h.