1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 03:05:55 +01:00
This commit is contained in:
paboyle 2016-10-12 00:29:39 +01:00
parent f7c2aa3ba5
commit 6b27c42dfe

View File

@ -77,8 +77,8 @@ namespace Grid{
out = where(coor==Integer(0),zz,out);
}
}
void FeynmanGaugeMomentumSpacePropagator_TL(GaugeField &out, const GaugeField &in) {
void FeynmanGaugeMomentumSpacePropagator_TL(GaugeField &out, const GaugeField &in) {
// what type LatticeComplex
GridBase *grid = out._grid;
@ -92,8 +92,8 @@ namespace Grid{
LatComplex denom(grid); denom= zero;
LatComplex one(grid); one = ScalComplex(1.0,0.0);
LatComplex kmu(grid);
LatComplex kmu(grid);
ScalComplex ci(0.0,1.0);
// momphase = n * 2pi / L
for(int mu=0;mu<Nd;mu++) {