Dirac Tensors
QEDbase.AbstractDiracVector — Type
abstract type AbstractDiracVector{T} <: StaticArraysCore.FieldVector{4, T}Abstract type for Dirac vectors, e.g. four dimensional vectors from a spinor space.
sourceQEDbase.AbstractDiracMatrix — Type
abstract type AbstractDiracMatrix{T} <: StaticArraysCore.FieldMatrix{4, 4, T}Abstract type for Dirac matrices, i.e. matrix representations for linear mappings from a spinor space into another.
source