Trying to get 2-loop amplitude/form factor in GLI format using ApartFF and FCLoopTensorReduce #346
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Can you please post explicit Mathematica code and the original expression so that one can reproduce it? Images are not helpful here because you obviously can't run them in Mathematica and reconstructing expressions from images |
Beta Was this translation helpful? Give feedback.
-
That's exactly how the examples I quoted work. The amplitude just before running IBPs is always linear combination of GLIs. What you're probably looking for is https://feyncalc.github.io/FeynCalcBookDev/FCLoopCreateRulesToGLI.html But you cannot apply it to the amplitude in the form you have it now. Instead, you must follow all the steps starting with |
Beta Was this translation helpful? Give feedback.

That's exactly how the examples I quoted work. The amplitude just before running IBPs is always linear combination of GLIs.
What you're probably looking for is
https://feyncalc.github.io/FeynCalcBookDev/FCLoopCreateRulesToGLI.html
But you cannot apply it to the amplitude in the form you have it now. Instead, you must follow all the steps starting with
FCLoopFindTopologiesbecause this is how the functions are intended to work. This is why I linked the examples becausethey precisely show the template to use.