From 5a75ab15a273ed3073b3fe33b788ea8b56a3ef23 Mon Sep 17 00:00:00 2001 From: Alessandro Lupo Date: Wed, 17 May 2023 20:47:57 +0100 Subject: [PATCH] typo in 2S dim --- Grid/qcd/representations/sp_two_index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/representations/sp_two_index.h b/Grid/qcd/representations/sp_two_index.h index ec0663b4..7fe097b9 100644 --- a/Grid/qcd/representations/sp_two_index.h +++ b/Grid/qcd/representations/sp_two_index.h @@ -27,7 +27,7 @@ public: // types for the higher representation fields typedef typename Sp_TwoIndex::LatticeTwoIndexMatrix LatticeMatrix; typedef typename Sp_TwoIndex::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 int nsp = Nc / 2; LatticeField U;