Replies: 1 comment
-
Hi, since Package-X is not being developed anymore, I doubt that its easy to answer the question what the code is doing here. In my (admittedly limited) understanding, when the naive Taylor expansion is not possible due to an obvious singularity, In your case the integral obviously has a threshold singularity since the general result for I don't think that it is particularly surprising, given that the most generic result for C0 from the literature is not applicable to a lot of singular cases that need to be treated separately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm studying the scalar three-point function
C0[m^2, M^2, s, m^2, 0, M^2]
evaluated at different values of
s
, both at the thresholds = (M + m)^2
and for generic values withs >= (M + m)^2
.Evaluating it at the threshold using
PaXEvaluate
andPaXSeries
yields a finite result apart from the expected IR divergence. Code used:However, starting from the generic expression for$s \geq (M + m)^2$ and taking the limit $s \to (M + m)^2$ by introducing a small positive parameter
Ev
, produces a different result that includes an extra term diverging at threshold:This additional divergent term does not appear when evaluating directly at the threshold.
I would appreciate any insight on why these two approaches yield different results. Could this discrepancy be due to how the series expansion or limit is handled, a typo, or am I missing something fundamental?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions