mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Merge branch 'develop' into feature/distil
* develop: Fix after GPU merge: Phase in Free Propagator z2-momentum phase module # Conflicts: # Hadrons/Modules/MSource/MomentumPhase.hpp
This commit is contained in:
commit
803329af99
@ -80,7 +80,7 @@ public:
|
|||||||
theFFT.FFT_all_dim(out,prop_k,FFT::backward);
|
theFFT.FFT_all_dim(out,prop_k,FFT::backward);
|
||||||
}
|
}
|
||||||
//phase for boundary condition
|
//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<Complex> boundary,std::vector<double> twist) {
|
virtual void FreePropagator(const FermionField &in,FermionField &out,RealD mass,std::vector<Complex> boundary,std::vector<double> twist) {
|
||||||
|
@ -140,7 +140,7 @@ void TMomentumPhase<FImpl>::execute(void)
|
|||||||
|
|
||||||
envGetTmp(LatticeComplex, coor);
|
envGetTmp(LatticeComplex, coor);
|
||||||
p = strToVec<Real>(par().mom);
|
p = strToVec<Real>(par().mom);
|
||||||
ph = Zero();
|
ph = zero;
|
||||||
for(unsigned int mu = 0; mu < env().getNd(); mu++)
|
for(unsigned int mu = 0; mu < env().getNd(); mu++)
|
||||||
{
|
{
|
||||||
LatticeCoordinate(coor, mu);
|
LatticeCoordinate(coor, mu);
|
||||||
|
Loading…
Reference in New Issue
Block a user