-
Hello, I have a model which I implemented using FeynRules and works very well with FeynArts but once FeynArts is patched with FeynCalc, upon running "InsertFields" I get PauliSigma[{SU2W$1, 1, 1}] called with 3 arguments; 1 or 2 arguments are expected I will be thankful if you give me an idea of what the problem may be.Thanks in advance. Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi, PauliSigma is also a FeynCalc symbol However, I'm rather wondering why does your FeynArts model contain PauliSigma at all?
Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer, I have defined Pauli matrices as SU2 generators in FeynRules model file (although that is not necessary). So based on what you said it is probably interfering with FeynCalc's PauliSigmas. I'll remove that. Best regards. |
Beta Was this translation helpful? Give feedback.
-
Sure, Pauli matrices appear in the Lagrangian acting on the 2-vectors of fields. |
Beta Was this translation helpful? Give feedback.
Hi,
PauliSigma is also a FeynCalc symbol
https://feyncalc.github.io/FeynCalcBook/ref/PauliSigma.html
with a specific definition that is not compatible with your model.
However, I'm rather wondering why does your FeynArts model contain PauliSigma at all?
If you look at FeynRules/Models/SM/SM.fr, you see that the sigmas appear only in the FeynRules model
but the final generated FeynArts model contains no such objects, since all the corresponding expressions
are rewritten according to the definitions
Cheers,
Vladyslav