Skip to content

Commit 3237aa7

Browse files
borisdevoslkdvos
authored andcommitted
export new functions from TensorKitSectors
1 parent bef4790 commit 3237aa7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/TensorKit.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ module TensorKit
1010
# Types:
1111
export Sector, AbstractIrrep, Irrep
1212
export FusionStyle, UniqueFusion, MultipleFusion, MultiplicityFreeFusion,
13-
SimpleFusion, GenericFusion
13+
SimpleFusion, GenericFusion
14+
export UnitStyle, SimpleUnit, GenericUnit
1415
export BraidingStyle, SymmetricBraiding, Bosonic, Fermionic, Anyonic, NoBraiding
1516
export Trivial, Z2Irrep, Z3Irrep, Z4Irrep, ZNIrrep, U1Irrep, SU2Irrep, CU1Irrep
1617
export ProductSector
1718
export FermionParity, FermionNumber, FermionSpin
1819
export FibonacciAnyon, IsingAnyon
20+
export unit, rightunit, leftunit, allunits, isunit
1921

2022
export VectorSpace, Field, ElementarySpace # abstract vector spaces
23+
export unitspace
2124
export InnerProductStyle, NoInnerProduct, HasInnerProduct, EuclideanInnerProduct
2225
export ComplexSpace, CartesianSpace, GeneralSpace, GradedSpace # concrete spaces
2326
export ZNSpace, Z2Space, Z3Space, Z4Space, U1Space, CU1Space, SU2Space

0 commit comments

Comments
 (0)