Introducing my own group coefficients. #336
Answered
by
vsht
daniilkrichevskiyDM
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vsht
Sep 18, 2025
Replies: 1 comment 1 reply
-
|
Hi, it's not quite straightforward to do, because introducing custom matrices with special properties is not something FeynCalc really supports out of the box. You can declare your fAik as a tensor, but to have the dummy index renaming working it's easier to give it some index heads already familiar to FeynCalc, say LorentzIndex. Then the following should work But you will still need to write your own code for handling all contractions between those tensors or doing the sums. Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
daniilkrichevskiyDM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi,
it's not quite straightforward to do, because introducing custom matrices with special properties is not something FeynCalc really supports out of the box.
You can declare your fAik as a tensor, but to have the dummy index renaming working it's easier to give it some index heads already familiar to FeynCalc, say LorentzIndex. Then the following should work
But you will still need to write your own code for handling all contractions between those tensors or doing the sums.
Cheers,
Vlad