You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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