feat: Informal superCommuator
This commit is contained in:
parent
b57e042f1a
commit
fbc3abd83e
2 changed files with 10 additions and 1 deletions
|
@ -21,3 +21,11 @@ informal_definition SuperAlgebra where
|
|||
physics :≈ "A super algebra is used to model the commutator of fermionic operators among
|
||||
themselves, aswell as among bosonic operators."
|
||||
ref :≈ "https://en.wikipedia.org/wiki/Superalgebra"
|
||||
|
||||
namespace SuperAlgebra
|
||||
|
||||
informal_definition superCommuator where
|
||||
math :≈ "The commutator which for `a ∈ Aᵢ` and `b ∈ Aⱼ` is defined as `ab - (-1)^(i * j) ba`."
|
||||
deps :≈ [``SuperAlgebra]
|
||||
|
||||
end SuperAlgebra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue