Replies: 2 comments 6 replies
-
|
Hi, there are two new routines Something like this should work In your calculation the main bottleneck seems to be the tensor reduction. Even though |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for investigating. This looks really weird, because normally Could you please provide the lists of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Just a beginner trying to understand the routine of using the GLIs approach of FeynCalc. Based on the provided examples and documentations that I really appreciate, I start with the following routine before I feed all the GLIs in ampPreFinal to KIRA:
where AmpInit is just some FCFAConvert-generated amplitudes. This works flawlessly with some examples on the web that I tested and other simple calculations where I port KIRA with FeynHelpers etc. after this. But once I got into a more complicated one, I run into problem that in the last step of applying FCLoopApplyTopologyMappings with follow messages appear:
I read in the documentation of FCLoopFindTopologies that "Each of the identified topologies … but may lack propagators needed to form a complete basis", but it doesn't guide me to a specific solution when a complete basis is not formed. I imagine that I might need to augment the basis with, e.g., FCLoopAugmentTopology, but it doesn't seem obvious, e.g., if and how the necessity of adding auxiliary vectors like n and p emerges.
I am not sure if I am missing something obvious here, like a one- or two-line command that could fix this. Any directions are appreciated!
Also, this problem only appears in some complicated problems, not simple ones, so there won't be a "minimal" working example, but I did encounter the problem with the following set-up for photo-productions of ccbar off gluon. Running through it might take about 20 minutes when parallelized on a 10-core CPU:
The issue persists after removing kinematics part, though it will be slower then.
Swapping out the gluon (V[5]) in the initial and final states with quark (F[3,{1}]), the issue is gone:
Beta Was this translation helpful? Give feedback.
All reactions