15 multi2d<int> meson_eta2;
31 QDPIO::cerr << __func__ <<
": only supports Ns=4 currently" << std::endl;
35 meson_eta2.resize(Ns*Ns,Ns*Ns);
37 for(
int n = 0;
n < Ns*Ns; ++
n)
49 for(
int m = 0;
m < Ns*Ns; ++
m)
59 int ssum = ((n2+n3+n4)*m1 + (n3+n4)*m2 + n4*m3) & 1;
60 meson_eta2(
n,
m) = (ssum == 0) ? 1 : -1;
81 return meson_eta2(
n,
m);
Primary include file for CHROMA library code.
Compute gamma matrix multiplication table factors.
int gammaSgn(int n, int m)
Return gamma matrix multiplication table factors.
Asqtad Staggered-Dirac operator.