Replies: 1 comment
-
I can't run your MWE, since the model is missing. Could you post the expression for From looking at the code, I guess the issue might be that you have traces with an odd number of https://feyncalc.github.io/FeynCalcBookDev/Extra/Gamma5.html You can check it by setting
and rerunning the code of Of course, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am experiencing an issue with FeynCalc (version 9.3) in Mathematica while computing the amplitude for the process tt → Z → ZZ in the 2HDM model.
Previously, I successfully computed the amplitude for ZZZ, and γ-matrix expressions were correctly simplified. However, after introducing quarks in the initial state and applying FermionSpinSum, along with SUNSimplify, γ-matrix expressions no longer simplify as expected.
MWE
Expected Behavior
The squared amplitude should not explicitly depend on γ-matrices. After applying the necessary simplifications, terms involving DiracGamma should be completely eliminated, leaving a scalar result.
Observed Behavior
In ampSquared[0], I still have terms of the form:
DiracGamma[Momentum[p1]] \cdot DiracGamma[7] \cdot DiracGamma[Momentum[p2]]
These terms exist even after applying FermionSpinSum, DiracSimplify, SUNSimplify, and other simplifications.
Questions:
I would be grateful for any clarification on whether I am missing a step or misapplying a function. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions