We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dab6ba commit 3a2e67cCopy full SHA for 3a2e67c
1 file changed
src/TensorKit.jl
@@ -11,13 +11,16 @@ module TensorKit
11
export Sector, AbstractIrrep, Irrep
12
export FusionStyle, UniqueFusion, MultipleFusion, MultiplicityFreeFusion,
13
SimpleFusion, GenericFusion
14
+export UnitStyle, SimpleUnit, GenericUnit
15
export BraidingStyle, SymmetricBraiding, Bosonic, Fermionic, Anyonic, NoBraiding
16
export Trivial, Z2Irrep, Z3Irrep, Z4Irrep, ZNIrrep, U1Irrep, SU2Irrep, CU1Irrep
17
export ProductSector
18
export FermionParity, FermionNumber, FermionSpin
19
export FibonacciAnyon, IsingAnyon
20
+export unit, rightunit, leftunit, allunits, isunit
21
22
export VectorSpace, Field, ElementarySpace # abstract vector spaces
23
+export unitspace
24
export InnerProductStyle, NoInnerProduct, HasInnerProduct, EuclideanInnerProduct
25
export ComplexSpace, CartesianSpace, GeneralSpace, GradedSpace # concrete spaces
26
export ZNSpace, Z2Space, Z3Space, Z4Space, U1Space, CU1Space, SU2Space
0 commit comments