Skip to content

Preserving structure of full trace without simplifications #286

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

You must be logged in to vote

Hi,

the 4D trace is calculated using an optimized algorithm, so there's no way to make it generate more terms.

If you need just the trace expression, then using the BMHV scheme and then converting to 4D should probably
give you what you want.

FCSetDiracGammaScheme["BMHV"]
DiracTrace[GAD[i1, i2, i3, i4, i5, i6, 5], 
  DiracTraceEvaluate -> True] // ExpandAll

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bubbleofnothing
Comment options

Answer selected by bubbleofnothing
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