-
Hello, tops = CreateTopologies[1, 2 -> 2, Adjacencies -> {3}, ExcludeTopologies -> {Tadpoles, Triangles, WFCorrections}]; The result of AmpFC3 (and so of TID) is 0. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, you need to remove |
Beta Was this translation helpful? Give feedback.
Hi,
you need to remove
PropagatorDenominatorExplicit
. This function can be applied only to denominatorsthat are free of loop momenta. Otherwise, rewriting say
FAD[{q,m}]
as1/(SPD[q]-m^2)
preventsTID
fromrecognizing it as a proper loop integral. So
TID
thinks that your amplitude has loop momenta only in the numeratorsand hence regards all integrals as vanishing.