Replies: 1 comment 2 replies
-
Hi, thanks for mentioning my thesis. In your code, I don't think that is correct to expand around masses of Higgs and Z boson. Usually in this case one needs to find some ratio of masses like m_b\m_W. Another possible solution is to expand not around 0, but around the masses of searching bosons. Anyway, D -functions are very complicated, and very often it is not possible to obtain a nice and readable analytic expression. Moreover, polylogs are very unstable for evaluation in Mathematica, and we for example in our paper 2001.06516 evaluated this functions only numerically, and presented the analytic result in terms of Passarino-Veltman functions. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to calculate the amplitude of gg->hZ at one loop (with only top quarks in the loop) using FeynCalc and FeynArts, but I obtain gigantic expressions (the output file with the final expression has a size of 59 MB). Then if I try to do anything on these expressions to simplify them, my notebook runs for longer than overnight and is not able to simplify the expression or do a series on it...
There is a good example on how to optimize FeynCalc for loops in https://inspirehep.net/files/c9eedd22ad7cc1c29639579930f7a680 (pages 52 and 74) and that helped me a lot already but I couldn't find any other example to help me optimize my code.
Do you know of any other example for loop processes or can you spot anything that could be done to simplify my code and the expressions I get?
Here is what I do:
AmpFA = CreateFeynAmp[diags, Truncated -> False];
where
diags
are the diagrams I am evaluating, so here only the 6 box diagrams for gg->hZ with top quarks in the box. I keep the masses of the top, Higgs and Z different from zero.Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions