1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-24 12:45:56 +01:00

Prep for storing refresh actoin

This commit is contained in:
Peter Boyle 2021-05-14 12:02:15 -04:00
parent 91fd44419b
commit 104986b53d

View File

@ -128,6 +128,7 @@ NAMESPACE_BEGIN(Grid);
//PhiOdd =PhiOdd*scale; //PhiOdd =PhiOdd*scale;
//PhiEven=PhiEven*scale; //PhiEven=PhiEven*scale;
std::cout << GridLogMessage<<" TwoFlavourEvenOddRatio Expect action to be "<<norm2(etaOdd) + norm2(etaEven)<<std::endl;
}; };
@ -162,6 +163,8 @@ NAMESPACE_BEGIN(Grid);
DenOp.MooeeInvDag(X,Y); DenOp.MooeeInvDag(X,Y);
action = action + norm2(Y); action = action + norm2(Y);
std::cout << GridLogMessage<<" TwoFlavourEvenOddRatio action is "<<action<<std::endl;
return action; return action;
}; };