FVD[p, mu]
is the D-dimensional vector p with Lorentz index mu
.
[p, \[Mu]] FVD
p^{\mu }
[p - q, \[Mu]] FVD
(p-q)^{\mu }
[p, \[Mu]] // StandardForm
FVD
(*FVD[p, \[Mu]]*)
[FVD[p, \[Mu]]] // StandardForm
FCI
(*Pair[LorentzIndex[\[Mu], D], Momentum[p, D]]*)
There is no special function to expand momenta in FVD
.
= ExpandScalarProduct[FVD[p - q, \[Mu]]] ex
p^{\mu }-q^{\mu }
// StandardForm
ex
(*Pair[LorentzIndex[\[Mu], D], Momentum[p, D]] - Pair[LorentzIndex[\[Mu], D], Momentum[q, D]]*)