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 /////////////////////////////////////////////////////////////////
 | 
			
		||||
template <typename FImpl1, typename FImpl2>
 | 
			
		||||
 
 | 
			
		||||
@@ -38,9 +38,9 @@ BEGIN_HADRONS_NAMESPACE
 | 
			
		||||
 
 | 
			
		||||
 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")
 | 
			
		||||
 
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,9 @@ BEGIN_HADRONS_NAMESPACE
 | 
			
		||||
 
 | 
			
		||||
 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:
 | 
			
		||||
 - tA: begin timeslice (integer)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user