mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	added polyakov loop observable to the hmc
This commit is contained in:
		@@ -67,6 +67,9 @@ int main(int argc, char **argv)
 | 
			
		||||
  // Construct observables
 | 
			
		||||
  typedef PlaquetteMod<HMCWrapper::ImplPolicy> PlaqObs;
 | 
			
		||||
  TheHMC.Resources.AddObservable<PlaqObs>();
 | 
			
		||||
 | 
			
		||||
  typedef PolyakovMod<HMCWrapper::ImplPolicy> PolyakovObs;
 | 
			
		||||
  TheHMC.Resources.AddObservable<PolyakovObs>();
 | 
			
		||||
  //////////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
  /////////////////////////////////////////////////////////////
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user