1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37:06 +01:00

Momentum space rules for Overlap, DWF untested to date

This commit is contained in:
paboyle
2016-09-26 09:39:09 +01:00
parent 52a39f0fcd
commit b6713ecb60
3 changed files with 169 additions and 0 deletions

View File

@ -88,6 +88,9 @@ namespace Grid {
virtual void DhopDerivEO(GaugeField &mat,const FermionField &U,const FermionField &V,int dag);
virtual void DhopDerivOE(GaugeField &mat,const FermionField &U,const FermionField &V,int dag);
void MomentumSpacePropagatorHt(FermionField &out,const FermionField &in) ;
void MomentumSpacePropagatorHw(FermionField &out,const FermionField &in) ;
// Implement hopping term non-hermitian hopping term; half cb or both
// Implement s-diagonal DW
void DW (const FermionField &in, FermionField &out,int dag);