1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Inserted four extra parameters just to make this test compile. Needs to be fixed properly

This commit is contained in:
Michael Marshall 2019-06-19 10:31:41 +01:00
parent 015340d60c
commit c28c5fc61b

View File

@ -89,7 +89,10 @@ int main (int argc, char** argv)
FermionAction Rop(U, *FGrid, *FrbGrid, *UGrid, *UrbGrid, mb, mf, mb, -1.0, 1, M5, params);
OneFlavourRationalParams Params(0.95, 100.0, 5000, 1.0e-12, 12);
ConjugateGradient<FermionField> CG(1.0e-12, 5000);
ExactOneFlavourRatioPseudoFermionAction<FermionImplPolicy> Meofa(Lop, Rop, CG, Params, true);
assert(0 && "MM 2019/06/19 Inserted four extra parameters to make this test compile. Needs to be fixed properly");
ExactOneFlavourRatioPseudoFermionAction<FermionImplPolicy> Meofa(Lop, Rop, CG,
CG, CG, CG, CG, // Inserted this line to make this test compile. Needs attention to make sure it works
Params, true);
Meofa.refresh(U, RNG5);
RealD S = Meofa.S(U); // pdag M p