1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-30 14:04:18 +01:00

Adding components for even odd decomposed determinant in HMC.

dH not yet conserved, so something wrong in the eo force code still
This commit is contained in:
Peter Boyle
2015-08-07 08:37:15 +01:00
parent 6ec087d43c
commit a01aa156b9
7 changed files with 302 additions and 13 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ int main (int argc, char ** argv)
ConjugateGradient<LatticeFermion> CGmd(1.0e-6,10000);
TwoFlavourPseudoFermionAction<LatticeLorentzColourMatrix, LatticeColourMatrix,LatticeFermion>
WilsonNf2(FermOp,CG,CG,Fine);
WilsonNf2(FermOp,CG,CG);
//Collect actions
ActionLevel Level1;