mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Set imaginary part of stochastic QED field to zero using real() instead of conjugate().
This commit is contained in:
		@@ -173,7 +173,7 @@ namespace QCD{
 | 
			
		||||
    }
 | 
			
		||||
    fft.FFT_all_dim(out, aTilde, FFT::backward);
 | 
			
		||||
 | 
			
		||||
    out = 0.5*(out + conjugate(out));
 | 
			
		||||
    out = real(out);
 | 
			
		||||
  }
 | 
			
		||||
//  template<class Gimpl>
 | 
			
		||||
//  void Photon<Gimpl>::FeynmanGaugeMomentumSpacePropagator_L(GaugeField &out,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user