mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
typo in 2S dim
This commit is contained in:
parent
932c783fbf
commit
5a75ab15a2
@ -27,7 +27,7 @@ public:
|
|||||||
// types for the higher representation fields
|
// types for the higher representation fields
|
||||||
typedef typename Sp_TwoIndex<ncolour, S>::LatticeTwoIndexMatrix LatticeMatrix;
|
typedef typename Sp_TwoIndex<ncolour, S>::LatticeTwoIndexMatrix LatticeMatrix;
|
||||||
typedef typename Sp_TwoIndex<ncolour, S>::LatticeTwoIndexField LatticeField;
|
typedef typename Sp_TwoIndex<ncolour, S>::LatticeTwoIndexField LatticeField;
|
||||||
static const int Dimension = (ncolour * (ncolour + S) / 2) - 1;
|
static const int Dimension = (ncolour * (ncolour + S) / 2) + S;
|
||||||
static const bool isFundamental = false;
|
static const bool isFundamental = false;
|
||||||
//static const int nsp = Nc / 2;
|
//static const int nsp = Nc / 2;
|
||||||
LatticeField U;
|
LatticeField U;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user