mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	adding comments
This commit is contained in:
		@@ -128,6 +128,17 @@ namespace QCD {
 | 
				
			|||||||
  template<class Impl>
 | 
					  template<class Impl>
 | 
				
			||||||
  void WilsonCloverFermion<Impl>::MooDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag){
 | 
					  void WilsonCloverFermion<Impl>::MooDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag){
 | 
				
			||||||
    // Compute the 8 terms of the derivative 
 | 
					    // Compute the 8 terms of the derivative 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Pseudocode
 | 
				
			||||||
 | 
					    // Using Chroma as a template 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // for loop on mu and nu, but upper matrix
 | 
				
			||||||
 | 
					    // take the outer product factor * U x (sigma_mu_nu V) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // derivative of loops
 | 
				
			||||||
 | 
					    //  end of loop
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    assert(0); // not implemented yet
 | 
					    assert(0); // not implemented yet
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user