Skip to content

Commit e55230c

Browse files
committed
some cleanup
1 parent 345e318 commit e55230c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/TensorKitSectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ include("irreps.jl") # irreps of symmetry groups, with bosonic braiding
5151
include("product.jl") # direct product of different sectors
5252
include("fermions.jl") # irreps with defined fermionparity and fermionic braiding
5353
include("anyons.jl") # non-group sectors
54-
include("multifusion.jl") # multifusion examples, e.g. IsingBimod
54+
include("multifusion.jl") # multifusion example, namely Rep Z2 ⊕ Rep Z2 ≅ Ising
5555

5656
# precompile
5757
# ----------

src/multifusion.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# 𝒞 = 𝒟 = RepZ2 ≅ {1, ψ}, while ℳ = Vec ≅ {σ}
33
# this is mainly meant for testing within TensorKit without relying on MultiTensorKit
44

5-
# abstract type Bimodule <: Sector end
65
# """
76
# CatType
87

0 commit comments

Comments
 (0)