mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 07:47:06 +01:00
Clover term force ok
This commit is contained in:
@ -48,10 +48,7 @@ RealD WilsonCloverFermion<Impl>::M(const FermionField &in, FermionField &out)
|
||||
// Clover term
|
||||
Mooee(in, temp);
|
||||
|
||||
//hack
|
||||
out = zero;
|
||||
|
||||
|
||||
out= zero;
|
||||
out += temp;
|
||||
return norm2(out);
|
||||
}
|
||||
@ -68,9 +65,7 @@ RealD WilsonCloverFermion<Impl>::Mdag(const FermionField &in, FermionField &out)
|
||||
// Clover term
|
||||
MooeeDag(in, temp);
|
||||
|
||||
//hack
|
||||
out = zero;
|
||||
|
||||
out=zero;
|
||||
out += temp;
|
||||
return norm2(out);
|
||||
}
|
||||
|
Reference in New Issue
Block a user