Simplifying terms differing only by repeated indices in DiracChains #98
-
Hi, I am trying to simplify a large expression containing two Dirac chains. Here is a very basic example of something that I wish could be simplified:
Is there any way I can get FeynCalc to recognize that these two terms should sum to zero? I've tried Calc, Simplify, FullSimplify, DiracSimplify to no avail. Replacing indices will not work for all terms in the large expression I'm actually working with. Thank you! PS. On a related note, I realize DiracReduce does not act inside a DiracChain. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, you need to use DiracSimplify with the FCCanonicalizeDummyIndices option
cf. also the very last block in https://feyncalc.github.io/FeynCalcBook/ref/DiracSimplify.html
This
works without any issues. DiracReduce will not do anything if the expression contains |
Beta Was this translation helpful? Give feedback.
Hi,
you need to use DiracSimplify with the FCCanonicalizeDummyIndices option
cf. also the very last block in
https://feyncalc.github.io/FeynCalcBook/ref/DiracSimplify.html
This
works without any issues. DiracReduce will not do anything if the expression contains
D-dimensional Dirac …