Skip to content

Commit

Permalink
Merge branch 'feature/tm_force' of github.com:lattice/quda into featu…
Browse files Browse the repository at this point in the history
…re/tm_force
  • Loading branch information
maddyscientist committed Dec 20, 2023
2 parents 2b46f7f + e07532e commit c614356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clover_force.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace quda
dirac->Dslash(p[i][other_parity], p[i][parity], other_parity); // and now the even part of Y
if (not_dagger) dirac->Dagger(QUDA_DAG_NO);
// up to here x.odd match X.odd in tmLQCD and p.odd=-Y.odd of tmLQCD
// x.Even= X.Even.tmLQCD*kappa and p.Even=-Y.Even.tmLQCD*kappa
// x.Even= X.Even.tmLQCD/kappa and p.Even=-Y.Even.tmLQCD/kappa

// the gamma5 application in tmLQCD is done inside deriv_Sb
gamma5(p[i], p[i]);
Expand Down

0 comments on commit c614356

Please sign in to comment.