mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Elemental force term for Wilson dslash added and tests thereof passing.
Now need to construct pseudofermion two flavour, ratio, one flavour, ratio action fragments.
This commit is contained in:
		@@ -414,7 +414,7 @@ namespace Grid {
 | 
			
		||||
  template<class S, class V >
 | 
			
		||||
  inline Grid_simd< S, V> outerProduct(const Grid_simd< S, V> &l, const Grid_simd< S, V> & r)
 | 
			
		||||
  {
 | 
			
		||||
    return l*r;
 | 
			
		||||
    return l*conjugate(r);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  template<class S, class V >
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user