Skip to content

Commit 3a2e67c

Browse files
committed
export new functions from TensorKitSectors
1 parent 3dab6ba commit 3a2e67c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/TensorKit.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ module TensorKit
1111
export Sector, AbstractIrrep, Irrep
1212
export FusionStyle, UniqueFusion, MultipleFusion, MultiplicityFreeFusion,
1313
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)