mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 05:05:56 +01:00
Prep for storing refresh actoin
This commit is contained in:
parent
91fd44419b
commit
104986b53d
@ -128,6 +128,7 @@ NAMESPACE_BEGIN(Grid);
|
||||
|
||||
//PhiOdd =PhiOdd*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);
|
||||
action = action + norm2(Y);
|
||||
|
||||
std::cout << GridLogMessage<<" TwoFlavourEvenOddRatio action is "<<action<<std::endl;
|
||||
|
||||
return action;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user