Gluon mass #328
-
Hello, Is it possible to add gluon mass to the propagator? I guess I could try adjusting the amplitude and then proceed with the calculation. However, I would rather have some more automatic solution for all the processes. Since I'm beginner in Wolfram (and FeynCalc) I'm also sending short script for easier communication if needed. Many thanks in advance. Josef
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Hi, to add the gluon mass to all processes you need to create a new FeynArts model with massive gluons. Usually it goes If it's too much work, then "hacking" the amplitudes manually is still the simplest workaround. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Just apply StandardForm or FullForm to your expression to see its structure. This should give you an idea what replacement rule is needed. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Many thanks for your guide! I'll post my full solution in case somebody else would need it and found it here. So no further questions from my side. Thank you.
---- SOLUTION ----
Edited gluon mass in FeynCalc/FeynArts/Models/SMQCD.mod
add
FCGV["MG"] -> SMP["m_G"]
to FCPrepareFAAmp.mand
to SMP.m
After converting FeynArt to FeynCalc