mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Hadrons: contractor translation average normalisation
This commit is contained in:
		@@ -371,6 +371,10 @@ int main(int argc, char* argv[])
 | 
				
			|||||||
                dti++;
 | 
					                dti++;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
 | 
					            for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                corr[tLast] /= translations.size();
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                std::cout << tLast << " " << corr[tLast] << std::endl;
 | 
					                std::cout << tLast << " " << corr[tLast] << std::endl;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user