Replies: 2 comments 1 reply
-
I'm not sure how to answer this question, so I perhaps I'll ask first if you did any 2-loop calculation before?
And then you also need to do an IBP-reduction, get the list of the final master integrals, calculate them
for a rank 2 two-loop tensor integral depending on 2 external momenta that you then export as a FORM id statement. So yeah, computing anything beyond 1-loop usually involves FORM, lots of custom codes and interfacing with other programs. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I don't really have any more worked out examples apart from what is available in the example gallery. In its current state FeynCalc is not really useful for stuff beyond 1-loop, so you can in principle forget it. FORM codes for loop calculations are usually hand-written for a particular processes and kept private Usually you learn that kind of stuff when you embark on a particular project. So I would talk to You can, however, have a look at https://indico.desy.de/event/26814/timetable/?view=nicecompact and in particular https://indico.desy.de/event/26814/contributions/94605/attachments/65148/80414/magerya-capp2021.pdf I think it is one of the very few more advanced codes publicly available. Also the slides are quite informative. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am student and I am using Windows 7 x64; FeynCalc 9.3.1; FeynArts 3.11 for my calculations.
For calculations with 1-loop I used the command M3 = (TID [# 1, q, ToPaVe -> True] &) [SUNSimplify [M2]] and after this command I used MsqAvg1 =
Simplify [(TrickMandelstam [# 1, {s, t, u,
2 * m ^ 2 + mg ^ 2}] &) [(DoPolarizationSums [# 1, k2,
k1] &) [(DoPolarizationSums [# 1, k1, 0, VirtualBoson -> True,
GaugeTrickN -> 4] &) [
DiracSimplify [(FermionSpinSum [# 1,
ExtraFactor -> 1/2 ^ 2] &) [(SUNSimplify [# 1, Explicit -> True,
SUNNToCACF -> False] &) [
FeynAmpDenominatorExplicit [(1 / SUNN ^ 2) * (M4 *
ComplexConjugate [M4])]]]]]]]] to calculate the squared amplitude.
At this point I need to do some calculations for a 2-loop where q1 and q2 are the loop pulses. I used the command M3 = (FCMultiLoopTID [M2, {q1, q2}] &) [SUNSimplify [M2]] and wrote the above command MsqAvg1 after it, but the loop pulses q1 and q2 remain in the expressions.
Also my computer is old and it takes a long time to compute. Can you tell me which command to use to get rid of the loop impulses q1 and q2 and calculate squared amplitude. Thank you in advance for your response.
Beta Was this translation helpful? Give feedback.
All reactions