mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-02 21:14:32 +00:00 
			
		
		
		
	Switch twist direction
This commit is contained in:
		@@ -58,7 +58,7 @@ int main(int argc, char **argv) {
 | 
			
		||||
  CheckpointerParameters CPparams;  
 | 
			
		||||
  CPparams.config_prefix = "ckpoint_EODWF_lat";
 | 
			
		||||
  CPparams.rng_prefix = "ckpoint_EODWF_rng";
 | 
			
		||||
  CPparams.saveInterval = 5;
 | 
			
		||||
  CPparams.saveInterval = 1;
 | 
			
		||||
  CPparams.format = "IEEE64BIG";
 | 
			
		||||
  
 | 
			
		||||
  TheHMC.Resources.LoadNerscCheckpointer(CPparams);
 | 
			
		||||
@@ -79,7 +79,7 @@ int main(int argc, char **argv) {
 | 
			
		||||
  // that have a complex construction
 | 
			
		||||
  // standard
 | 
			
		||||
  RealD beta = 2.6 ;
 | 
			
		||||
  const int nu = 3;
 | 
			
		||||
  const int nu = 1;
 | 
			
		||||
  std::vector<int> twists(Nd,0);
 | 
			
		||||
  twists[nu] = 1;
 | 
			
		||||
  ConjugateGimplD::setDirections(twists);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user