1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Bug in two flav pseudofermion corrected to reimport gauge field upon rejection.

exp(-DeltaH) = 1 now, and plaquette is sensible. Will reproduce an old Wilson Gauge
Wilson Fermion SCRI plaquette with precision in mass matching shortly.
This commit is contained in:
Peter Boyle
2015-07-29 21:02:07 +09:00
parent cc4ca48d13
commit de153b70ce
4 changed files with 10 additions and 5 deletions

View File

@ -144,6 +144,7 @@ namespace Grid{
gaussian(pRNG,eta);
FermOp.ImportGauge(U);
FermOp.Mdag(eta,Phi);
Phi=Phi*scale;