mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 20:55:55 +01:00
adding comments
This commit is contained in:
parent
363611ae21
commit
b694996302
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user