mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Tone down printing in integrator
This commit is contained in:
		@@ -143,10 +143,9 @@ protected:
 | 
			
		||||
      force = FieldImplementation::projectForce(force); // Ta for gauge fields
 | 
			
		||||
      double end_force = usecond();
 | 
			
		||||
 | 
			
		||||
      DumpSliceNorm("force ",force,Nd-1);
 | 
			
		||||
      MomFilter->applyFilter(force);
 | 
			
		||||
      std::cout << GridLogIntegrator << " update_P : Level [" << level <<"]["<<a <<"] "<<name<< std::endl;
 | 
			
		||||
      DumpSliceNorm("force ",force,Nd-1);
 | 
			
		||||
      //      DumpSliceNorm("force ",force,Nd-1);
 | 
			
		||||
      
 | 
			
		||||
      Real force_abs   = std::sqrt(norm2(force)/U.Grid()->gSites()); //average per-site norm.  nb. norm2(latt) = \sum_x norm2(latt[x]) 
 | 
			
		||||
      Real impulse_abs = force_abs * ep * HMC_MOMENTUM_DENOMINATOR;    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user