Error in TID #123
Replies: 1 comment 1 reply
-
Hi, you have a trace with 6 Dirac matrices and a Gamma 5 in NDR, which is precisely a quantity that FeynCalc I don't see any good strategy for DiracSimplify here, since usually such traces are evaluated in the HV scheme, as
|
Beta Was this translation helpful? Give feedback.
-
Hi,
if I define:
t0=DiracTrace[GAD[-J1].GSD[k1].GSD[-k1+q1].GAD[-J3].GSD[-k1+p1-q2].GSD[-k1+p1].GA[5]]*FAD[{-k1,mb}]*FAD[{-k1+p1,mb}]*FAD[{-k1+q1,mt}]*FAD[{-k1+p1-q2,mt}],
and then perform TID[t0, k1], I obtain the error:
"Error! TID has encountered a fatal problem and must abort the computation. The problem reads: Running tidSingleIntegral failed to achieve full tensor reduction of the unique integrals in".
(Note: the message really ends like this, in an incomplete fashion). I checked that I do not get the error if I perform TID[t0 // DiracSimplify, k1].
What is happening here? Is there any way to avoid the error in TID[t0, k1]?
Thank you in advance,
Duarte
Beta Was this translation helpful? Give feedback.
All reactions