From 5f22810f5572bec31d441efb11160f7227bd1a36 Mon Sep 17 00:00:00 2001 From: Vera Guelpers Date: Wed, 2 Oct 2019 14:49:35 +0100 Subject: [PATCH] Fix after GPU merge: Phase in Free Propagator --- Grid/qcd/action/fermion/DomainWallFermion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/action/fermion/DomainWallFermion.h b/Grid/qcd/action/fermion/DomainWallFermion.h index e32e5917..5639debe 100644 --- a/Grid/qcd/action/fermion/DomainWallFermion.h +++ b/Grid/qcd/action/fermion/DomainWallFermion.h @@ -80,7 +80,7 @@ public: theFFT.FFT_all_dim(out,prop_k,FFT::backward); } //phase for boundary condition - out = out * exp(Scalar(2.0*M_PI)*ci*ph); + out = out * exp(ci*ph); }; virtual void FreePropagator(const FermionField &in,FermionField &out,RealD mass,std::vector boundary,std::vector twist) {