FeynCalc manual (development version)

SISD

SISD[p] can be used as input for D1D-1-dimensional σμpμ\sigma^{\mu } p_{\mu } with DD-dimensional Lorentz vector pp and is transformed into PauliSigma[Momentum[p,D],D-1] by FeynCalcInternal.

See also

Overview, PauliSigma, SIS.

Examples

SISD[p]

σp\sigma \cdot p

SISD[p] // FCI // StandardForm

(*PauliSigma[Momentum[p, D], -1 + D]*)
SISD[p, q, r, s]

(σp).(σq).(σr).(σs)(\sigma \cdot p).(\sigma \cdot q).(\sigma \cdot r).(\sigma \cdot s)

SISD[p, q, r, s] // StandardForm

(*SISD[p] . SISD[q] . SISD[r] . SISD[s]*)
SISD[q] . (SISD[p] + m) . SISD[q]

(σq).(m+σp).(σq)(\sigma \cdot q).(m+\sigma \cdot p).(\sigma \cdot q)