mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Inserted four extra parameters just to make this test compile. Needs to be fixed properly
This commit is contained in:
parent
015340d60c
commit
c28c5fc61b
@ -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);
|
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);
|
OneFlavourRationalParams Params(0.95, 100.0, 5000, 1.0e-12, 12);
|
||||||
ConjugateGradient<FermionField> CG(1.0e-12, 5000);
|
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);
|
Meofa.refresh(U, RNG5);
|
||||||
RealD S = Meofa.S(U); // pdag M p
|
RealD S = Meofa.S(U); // pdag M p
|
||||||
|
Loading…
Reference in New Issue
Block a user