1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 16:56:55 +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

@ -89,6 +89,7 @@ namespace Grid {
virtual void Dminus(const FermionField &psi, FermionField &chi);
virtual void DminusDag(const FermionField &psi, FermionField &chi);
virtual void ExportPhysicalFermionSolution(const FermionField &solution5d,FermionField &exported4d);
virtual void ExportPhysicalFermionSource(const FermionField &solution5d, FermionField &exported4d);
virtual void ImportPhysicalFermionSource(const FermionField &input4d,FermionField &imported5d);
/////////////////////////////////////////////////////