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:
commit
6b8ee7bae0
@ -173,7 +173,7 @@ namespace QCD{
|
|||||||
}
|
}
|
||||||
fft.FFT_all_dim(out, aTilde, FFT::backward);
|
fft.FFT_all_dim(out, aTilde, FFT::backward);
|
||||||
|
|
||||||
out = 0.5*(out + conjugate(out));
|
out = real(out);
|
||||||
}
|
}
|
||||||
// template<class Gimpl>
|
// template<class Gimpl>
|
||||||
// void Photon<Gimpl>::FeynmanGaugeMomentumSpacePropagator_L(GaugeField &out,
|
// void Photon<Gimpl>::FeynmanGaugeMomentumSpacePropagator_L(GaugeField &out,
|
||||||
|
Loading…
Reference in New Issue
Block a user