mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Gparity fix, and plaquette IO
This commit is contained in:
		@@ -113,7 +113,8 @@ int main (int argc, char ** argv)
 | 
			
		||||
    auto element = PeekIndex<ColourIndex>(U,Nc-1,i);
 | 
			
		||||
    element = element * phase;
 | 
			
		||||
    PokeIndex<ColourIndex>(U,element,Nc-1,i);
 | 
			
		||||
  }  
 | 
			
		||||
  }
 | 
			
		||||
  U=U*0.1;
 | 
			
		||||
  UU=U;
 | 
			
		||||
 | 
			
		||||
  detU= Determinant(U) ;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user