mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Hadrons: code cleaning
This commit is contained in:
		@@ -73,7 +73,7 @@ public:
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/******************************************************************************
 | 
					/******************************************************************************
 | 
				
			||||||
 *                           TMeson implementation                             *
 | 
					 *                           TMeson implementation                            *
 | 
				
			||||||
 ******************************************************************************/
 | 
					 ******************************************************************************/
 | 
				
			||||||
// constructor /////////////////////////////////////////////////////////////////
 | 
					// constructor /////////////////////////////////////////////////////////////////
 | 
				
			||||||
template <typename FImpl1, typename FImpl2>
 | 
					template <typename FImpl1, typename FImpl2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,9 +38,9 @@ BEGIN_HADRONS_NAMESPACE
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
 Point source
 | 
					 Point source
 | 
				
			||||||
 ------------
 | 
					 ------------
 | 
				
			||||||
 * src_x = delta_x,o
 | 
					 * src_x = delta_x,position
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 * options: o
 | 
					 * options:
 | 
				
			||||||
 - position: space-separated integer sequence (e.g. "0 1 1 0")
 | 
					 - position: space-separated integer sequence (e.g. "0 1 1 0")
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,7 +38,9 @@ BEGIN_HADRONS_NAMESPACE
 | 
				
			|||||||
 
 | 
					 
 | 
				
			||||||
 Z_2 stochastic source
 | 
					 Z_2 stochastic source
 | 
				
			||||||
 -----------------------------
 | 
					 -----------------------------
 | 
				
			||||||
 * src_x = eta_x * theta(x_3 - ta) * theta(tb - x_3)
 | 
					 * src_x = eta_x * theta(x_3 - tA) * theta(tB - x_3)
 | 
				
			||||||
 | 
					 
 | 
				
			||||||
 | 
					 the eta_x are independent uniform random numbers in {+/- 1 +/- i}
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 * options:
 | 
					 * options:
 | 
				
			||||||
 - tA: begin timeslice (integer)
 | 
					 - tA: begin timeslice (integer)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*******************************************************************************
 | 
					/*******************************************************************************
 | 
				
			||||||
Grid physics library, www.github.com/paboyle/Grid 
 | 
					Grid physics library, www.github.com/paboyle/Grid 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Source file: programs/Hadrons/Hadrons.cc
 | 
					Source file: tests/hadrons/Test_hadrons_xmldriven.cc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Copyright (C) 2015
 | 
					Copyright (C) 2015
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user