1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Hadrons: fixes and cleaning in the scalar SU(N) part

This commit is contained in:
2018-10-08 15:14:08 +01:00
parent 148fc052bd
commit fe6a372f75
6 changed files with 3 additions and 311 deletions

View File

@ -124,7 +124,8 @@ void TTrMag<SImpl>::execute(void)
std::vector<TrMagResult> result;
auto &phi = envGet(Field, par().field);
auto m2 = sum(phi), mn = m2;
auto m2 = sum(phi);
auto mn = m2;
m2 = -m2*m2;
mn = 1.;