Replies: 12 comments 3 replies
-
Hi, can you please also provide the code for generating Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi,
Best, |
Beta Was this translation helpful? Give feedback.
-
I guess it must come from having Other than that I don't see any issues. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much; I will try to run it. I have another couple of questions. I have been reading about the D->4 limit on the forum and got a bit confused. I understand that the limit D->4 should be fine, given that PaX evaluation happened in D dimensions. Is that correct? My other question is regarding the TID, I checked that my numerical results are very similar when doing partial reduction using PaVeBasis->True compared to when using //PaVeReduce. Is it then safe to obtain analytical expressions with the former since it produces much more compact results? Thank you in advance for your help. Best, |
Beta Was this translation helpful? Give feedback.
-
What you probably read is related to the simplification of the amplitude written in terms of PaVe functions without evaluating them explicitly, https://feyncalc.github.io/FeynCalcBookDev/PaVeLimitTo4.html This can be indeed tricky. Since you use
The rule of thumb is to use full reduction to scalar functions for analytic results (provided that things can be written in a compact way) and |
Beta Was this translation helpful? Give feedback.
-
Yes. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I had a look at the diagram 151 but it didn't give me any such errors. May be you could isolate the parts of the expression that cause the issues Apart from that, the amplitude even for a single diagram is quite large and the evaluation is super slow. This is usually a sign that FeynCalc is not an adequate tool for the task (at least for me). Also keeping k2.p2 and k2.p1 generic costs performance. |
Beta Was this translation helpful? Give feedback.
-
Hi, Best, |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks a lot for narrowing down the issue. So essentially it is a
For some reason if one first reduces is it to scalar functions using
although the result is still very complicated and probably not particularly useful in this form. Unfortunately, this is not something I can fix on my side, because the problem comes from Package-X,
As you might know, Package-X is not being developed anymore and since its code was not made public Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for the detailed answer, I am still a bit confused though. Because still, if I only choose scalar functions after the TID, I get the same error for this diagram (please see the attached nb). So I do not understand how the error can be from D1. Best, |
Beta Was this translation helpful? Give feedback.
-
Hi, indeed, in the case of your kinematics there seem to be multiple functions that Package-X fails to evaluate. D0 is affected as well, namely
which stems from
Here I don't really see a simple workaround, so you'd need to supply the analytic result by hand. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi, I am trying to calculate the following diagrams using FeynCalc and Package-X
For this, my code is essentially as follows:
The issue I am reporting is that when including the diagrams with the loop running in the initial state, I encounter infinite expressions at the level of computing the helicity amplitudes. However, that is different when considering diagrams with the loop running in the final state where this issue is nonexistent.
As a cross-check, I tried computing the same diagrams but with the top quark in the initial state and still ran into the same problem. I don't immediately see why these diagrams can cause these infinities; I would greatly appreciate any help you could give me. Thanks!
Best,
Hesham
Beta Was this translation helpful? Give feedback.
All reactions