Skip to content
Discussion options

You must be logged in to vote

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

DeclareFCTensor[fAik]
ex = fAik[LorentzIndex[Vec5], LorentzIndex[i], LorentzIndex[l]] fAik[
   LorentzIndex[Vec5], LorentzIndex[j], LorentzIndex[k]]
ex ComplexConjugate[ex, Conjugate -> {fAik}]

But you will still need to write your own code for handling all contractions between those tensors or doing the sums.

Cheers,
Vlad

Replies: 1 comment 1 reply

Comment options

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

Answer selected by daniilkrichevskiyDM
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