mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
added function dmul: multiplication of spinors by any element of Dirac basis
This commit is contained in:
parent
b03e4469cc
commit
a29d12ed98
2 changed files with 121 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue