Polarization vector with outgoing momenta and DoPolarizationSum[] #136
Replies: 2 comments 2 replies
-
Hi, the symbol denoting the 4-momentum in
This is why the second argument of
Where exactly does the documentation imply that one needs to Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi Vladyslav, Thank you for your answer! I have been using this reference, as I was writing the PolarizationVector[] in StandardForm. The explicit "(incoming)" in the definition made me think that the direction was an independent parameter that had to be specified. By the way, the details of GluonVertex[] also specify that the momenta are flowing into the vertex. If, to this vertex, I attach two conjugate polarization vectors (say, for example, to calculate the amplitude of g -> gg), does one have to change the signs of their momenta (k -> -k) in the vertex function, or the fact that the momenta also appear inside ComplexConjugate[PolarizationVector[]] alredy gives their direction? Best wishes, Manuel |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I have a diagram with one outgoing gluon. In the amplitude, therefore, I use a Conjugate[PolarizationVector[k, mu]].
I understand from the documentation that the momentum in the PolarizationVector[k, mu] is "incoming", so if the momentum of the gluon is outgoing , in my amplitude I just use Conjugate[PolarizationVector[-k, mu]]. However, when I do DoPolarizationSums[#, -k, n], I see that there are still polarization tensors that have not been reduced (they are contracted with other four-momenta of the diagram, and with itself). What am I doing wrong?
Thanks in advance. Best!
Beta Was this translation helpful? Give feedback.
All reactions