Replies: 1 comment 3 replies
-
Hi,
this is not something you can directly do in FeynCalc. The package
returns you a result written in terms of Lorentz invariant quantities,
e.g. scalar products of 4-vectors. Then you are free to substitute those
with whatever you want.
However, you cannot specify single components from the very beginning
and do the calculation in this fashion.
Cheers,
Vladyslav
Am 05.05.24 um 15:59 schrieb Joro20:
… Hello,
I'm very new to the world of FeynCalc.
I'm trying to calculate the W^+W^- scattering process. As it consists of
7 Feynman Diagrams, I was just trying to calculate the amplitude of the
s-channel diagram with photon mediator. So, I generated this matrix element:
|PolarizationVector[p1, \[Alpha]] PolarizationVector[ p2, \[Beta]]
(MT[\[Alpha], \[Beta]] FV[p1 - p2, \[Mu]] + MT[\[Beta], \[Mu]] FV[2 p2 +
p1, \[Alpha]] + MT[\[Mu], \[Alpha]] FV[-2 p1 - p2, \[Beta]]).(-(( I
MT[\[Mu], \[Nu]])/ SP[k])).(MT[\[Nu], \[Gamma]] FV[2 q1 + q2, \[Delta]]
+ MT[\[Gamma], \[Delta]] FV[q2 - q1, \[Nu]] + MT[\[Delta], \[Nu]] FV[-q1
- 2 q2, \[Gamma]]) ComplexConjugate[ PolarizationVector[q1, \[Gamma]]]
ComplexConjugate[ PolarizationVector[q2, \[Delta]]]|
Now, when I'm trying to calculate this, I'm facing a couple of issues
which are the following:
a) How to provide specific values/components to a Four-vectors, as well
as polarization vectors?
b) How to perform a Scalar product of a Four-vector and a polarization
vector with such specified components? Several such terms appear after I
contract the above matrix element.
Please help.
—
Reply to this email directly, view it on GitHub
<#268>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXSD5AHUIDCZ5MAAWBF7RDZAY3NBAVCNFSM6AAAAABHHX5WW2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGYYTAMRUGA>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm very new to the world of FeynCalc.
I'm trying to calculate the W^+W^- scattering process. As it consists of 7 Feynman Diagrams, I was just trying to calculate the amplitude of the s-channel diagram with photon mediator. So, I generated this matrix element:
PolarizationVector[p1, \[Alpha]] PolarizationVector[ p2, \[Beta]] (MT[\[Alpha], \[Beta]] FV[p1 - p2, \[Mu]] + MT[\[Beta], \[Mu]] FV[2 p2 + p1, \[Alpha]] + MT[\[Mu], \[Alpha]] FV[-2 p1 - p2, \[Beta]]).(-(( I MT[\[Mu], \[Nu]])/ SP[k])).(MT[\[Nu], \[Gamma]] FV[2 q1 + q2, \[Delta]] + MT[\[Gamma], \[Delta]] FV[q2 - q1, \[Nu]] + MT[\[Delta], \[Nu]] FV[-q1 - 2 q2, \[Gamma]]) ComplexConjugate[ PolarizationVector[q1, \[Gamma]]] ComplexConjugate[ PolarizationVector[q2, \[Delta]]]
Now, when I'm trying to calculate this, I'm facing a couple of issues which are the following:
a) How to provide specific values/components to a Four-vectors, as well as polarization vectors?
b) How to perform a Scalar product of a Four-vector and a polarization vector with such specified components? Several such terms appear after I contract the above matrix element.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions