mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 00:07:05 +01:00
The basics of what is needed in Grid and Hadrons for the A2A class and module, with none of the contraction or MF code.
This commit is contained in:
@ -89,7 +89,9 @@ 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);
|
||||
virtual void ImportUnphysicalFermion(const FermionField &solution5d, FermionField &exported4d);
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
// Instantiate different versions depending on Impl
|
||||
|
Reference in New Issue
Block a user