added function dmul: multiplication of spinors by any element of Dirac basis

This commit is contained in:
carlos 2021-11-20 18:59:38 +01:00
parent b03e4469cc
commit a29d12ed98
2 changed files with 121 additions and 4 deletions

View file

@ -52,6 +52,6 @@ include("Spinors/Spinors.jl")
using .Spinors
export Spinor, Pgamma
export imm, mimm
export pmul, gpmul, gdagpmul
export pmul, gpmul, gdagpmul, dmul
end # module