Skip to content

Commit

Permalink
Small fix in deligne product docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Feb 2, 2024
1 parent 20b22d4 commit 32e573d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/lib/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ while the following also work on both `ElementarySpace` and `ProductSpace`
```@docs
fuse
:⊗
:⊠
⊠(::VectorSpace, ::VectorSpace)
one
ismonomorphic
isepimorphic
Expand Down
2 changes: 1 addition & 1 deletion src/sectors/product.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const deligneproduct = ⊠
deligneproduct(s₁::Sector, s₂::Sector)
Given two sectors `s₁` and `s₂`, which label an isomorphism class of simple objects in a
fusion category ``C₁`` and ``C₂``, `s1 ⊠ s2` (obtained as `\boxtimes+TAB`) labels the
fusion category ``C₁`` and ``C₂``, `s1 ⊠ s2` (obtained as `\\boxtimes+TAB`) labels the
isomorphism class of simple objects in the Deligne tensor product category ``C₁ ⊠ C₂``.
The Deligne tensor product also works in the type domain and for spaces and tensors. For
Expand Down

0 comments on commit 32e573d

Please sign in to comment.