mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
adding comments
This commit is contained in:
parent
363611ae21
commit
b694996302
@ -128,6 +128,17 @@ namespace QCD {
|
||||
template<class Impl>
|
||||
void WilsonCloverFermion<Impl>::MooDeriv(GaugeField&mat, const FermionField&U, const FermionField&V, int dag){
|
||||
// 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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user