Skip to content
Discussion options

You must be logged in to vote

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

  V[5] == {
	SelfConjugate -> True,
	Indices -> {Index[Gluon]},
	Mass -> FCGV["MG"],
	QuantumNumbers -> {Sqrt[3] ColorCharge},
	PropagatorLabel -> "g",
	PropagatorType -> Cycles,
	PropagatorArrow -> None },

add FCGV["MG"] -> SMP["m_G"] to FCPrepareFAAmp.m
and

SMP /:
	MakeBoxes[SMP["m_G"], TraditionalForm] :=
		SubscriptBox["m", "G"];

to SMP.m

After converting FeynArt to FeynCalc

amp[0] = FCFAConvert[CreateFeynAmp[diags], IncomingMomenta -> {p1, p2},
  	Outg…

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vsht
Comment options

vsht Jul 17, 2025
Maintainer

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by BobekJosef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants