Skip to content

Simplifying terms differing only by repeated indices in DiracChains #98

Answered by vsht
hongwanliu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

you need to use DiracSimplify with the FCCanonicalizeDummyIndices option

DiracChain[GA[m], DiracIndex[i], DiracIndex[j]] DiracChain[GA[m], 
   DiracIndex[a], DiracIndex[b]] - 
 DiracChain[GA[n], DiracIndex[i], DiracIndex[j]] DiracChain[GA[n], 
   DiracIndex[a], DiracIndex[b]]
DiracSimplify[%, FCCanonicalizeDummyIndices -> True]

cf. also the very last block in

https://feyncalc.github.io/FeynCalcBook/ref/DiracSimplify.html

PS. On a related note, I realize DiracReduce does not act inside a DiracChain.

This

DiracChain[GA[i1, i2, i3], DiracIndex[a],   DiracIndex[b]] // DiracReduce

works without any issues. DiracReduce will not do anything if the expression contains
D-dimensional Dirac …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hongwanliu
Comment options

@vsht
Comment options

Answer selected by vsht
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants