Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Grid/qcd/action/gauge/GaugeImplTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ template <class S, int Nrepresentation = Nc, int Nexp = 12, class Group = SU<Nc>
typedef Lattice<SiteLink> LinkField;
typedef Lattice<SiteField> Field;

typedef Group GaugeGroup;

// Guido: we can probably separate the types from the HMC functions
// this will create 2 kind of implementations
// probably confusing the users
Expand Down
Loading