1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00
This commit is contained in:
Julian Lenz
2022-11-30 14:27:19 +00:00
parent b8b3ae6ac1
commit fa71b46a41
4 changed files with 18 additions and 10 deletions

View File

@ -21,7 +21,7 @@ int main (int argc, char **argv)
double vol = Umu.Grid()->gSites();
const int nsp = Sp<Nc>::nsp;
const int nsp = Nc/2;
identity = 1.;
Cidentity = 1.;

View File

@ -20,8 +20,7 @@ int main (int argc, char **argv)
LatticeColourMatrixD aux(&Grid);
LatticeColourMatrixD identity(&Grid);
//const int nsp = Nc / 2;
const int nsp = Sp<Nc>::nsp;
const int nsp = Nc / 2;
identity = 1.0;
RealD epsilon = 0.01;