1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 15:55:37 +00:00

Merge branch 'feature/feynman-rules' into feature/qed-fvol

This commit is contained in:
James Harrison 2016-11-14 18:00:33 +00:00
commit d49e502f53

View File

@ -172,6 +172,8 @@ namespace QCD{
pokeLorentz(aTilde, r, mu);
}
fft.FFT_all_dim(out, aTilde, FFT::backward);
out = 0.5*(out + conjugate(out));
}
// template<class Gimpl>
// void Photon<Gimpl>::FeynmanGaugeMomentumSpacePropagator_L(GaugeField &out,