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

Fix in partial fraction import/export physical and

make the GPU happier on the deprecate-uvm -- don't use static vectors, make member of class
This commit is contained in:
Peter Boyle
2024-10-23 14:45:58 -04:00
parent 655c79f39e
commit 5603464f39
15 changed files with 179 additions and 153 deletions

View File

@ -41,6 +41,9 @@ public:
public:
virtual void Instantiatable(void){};
void MomentumSpacePropagator(FermionField &out,const FermionField &in,RealD _m,std::vector<double> twist) {
this->MomentumSpacePropagatorHw(out,in,_m,twist);
};
// Constructors
OverlapWilsonContFracTanhFermion(GaugeField &_Umu,
GridCartesian &FiveDimGrid,