1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Added topological charge measurement

This commit is contained in:
Guido Cossu
2017-03-17 16:14:57 +09:00
parent 91886068fe
commit 3d0fe15374
7 changed files with 87 additions and 18 deletions

View File

@ -34,6 +34,10 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
namespace Grid{
namespace QCD {
static const int Xdir = 0;
static const int Ydir = 1;
static const int Zdir = 2;
static const int Tdir = 3;
static const int Xp = 0;
static const int Yp = 1;