mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Hadrons: smearing plaquette output
This commit is contained in:
		@@ -117,10 +117,14 @@ void TStoutSmearing<GImpl>::execute(void)
 | 
			
		||||
 | 
			
		||||
    envGetTmp(GaugeField, buf);
 | 
			
		||||
    buf = U;
 | 
			
		||||
    LOG(Message) << "plaquette= " << WilsonLoops<GImpl>::avgPlaquette(U)
 | 
			
		||||
                 << std::endl;
 | 
			
		||||
    for (unsigned int n = 0; n < par().steps; ++n)
 | 
			
		||||
    {
 | 
			
		||||
        smearer.smear(Usmr, buf);
 | 
			
		||||
        buf = Usmr;
 | 
			
		||||
        LOG(Message) << "plaquette= " << WilsonLoops<GImpl>::avgPlaquette(Usmr)
 | 
			
		||||
                     << std::endl;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user