1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 13:57:07 +01:00

Inclusion of ExportPhysicalFermionSource that fixes a bug in the low mode w vectors

This commit is contained in:
fionnoh
2018-07-20 15:45:43 +01:00
parent cecee1ef2c
commit 7dfd3cdae8
4 changed files with 18 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class A2AModesSchurDiagTwo
action.DminusDag(tmp_wout, wout_5d);
action.ExportPhysicalFermionSolution(wout_5d, wout_4d);
action.ExportPhysicalFermionSource(wout_5d, wout_4d);
}
void high_mode_v(Matrix &action, Solver &solver, const Field &source, Field &vout_5d, Field &vout_4d)