FCMultiLoopTID giving zero #308
Answered
by
vsht
SumitBanikGit
asked this question in
Q&A
-
Hi, Is this a bug that FCMultiLoopTID yields zero here? I believe it is due to the ApartFF[] option, but I could not understand why. Is there a way to simplify numerator and denominator factors, like, in this case, having common factors? Best regards,
|
Beta Was this translation helpful? Give feedback.
Answered by
vsht
Mar 11, 2025
Replies: 1 comment 2 replies
-
Hi, this integral is scaleless, so it is zero in dim reg. If you e.g. add a mass to any of the propagators it will not vanish anymore. Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
it's because FCMultiLoopTID sorts out integrals free of numerators, so
no further simplifications are applied to them. You can use FDS or
FCLoopScalelessQ, though:
FDS[test2, l1, l2]
FCLoopScalelessQ[test2, {l1, l2}]
Cheers,
Vlad