File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ProductSector
3737
3838Several more concrete sector types can be found in other packages such as
3939[ SUNRepresentations.jl] ( https://github.com/QuantumKitHub/SUNRepresentations.jl ) ,
40- [ CategoryData.jl] ( https://github.com/lkdvos /CategoryData.jl ) ,
40+ [ CategoryData.jl] ( https://github.com/QuantumKitHub /CategoryData.jl ) ,
4141[ QWignerSymbols.jl] ( https://github.com/lkdvos/QWignerSymbols.jl ) , ...:
4242
4343Some of these types are parameterized by a type parameter that represents a group.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Base.adjoint(V::VectorSpace) = dual(V)
9191Elementary finite-dimensional vector space over a field that can be used as the index
9292space corresponding to the indices of a tensor. ElementarySpace is a supertype for all
9393vector spaces (objects) that can be associated with the individual indices of a tensor,
94- as hinted to by its alias `IndexSpace`` .
94+ as hinted to by its alias `IndexSpace`.
9595
9696Every elementary vector space should respond to the methods [`conj`](@ref) and
9797[`dual`](@ref), returning the complex conjugate space and the dual space respectively. The
@@ -136,8 +136,8 @@ Return the corresponding vector space of type `S` that represents the trivial
136136one-dimensional space, i.e. the space that is isomorphic to the corresponding field.
137137
138138!!! note
139- `unitspace(V)`is different from `one(V)`. The latter returns the empty product space
140- `ProductSpace{S,0}(())`. `Base.oneunit` falls back to `unitspace`.
139+ `unitspace(V)`is different from `one(V)`. The latter returns the empty product space
140+ `ProductSpace{S,0}(())`. `Base.oneunit` falls back to `unitspace`.
141141"""
142142unitspace (V:: ElementarySpace ) = unitspace (typeof (V))
143143Base. oneunit (V:: ElementarySpace ) = unitspace (V)
You can’t perform that action at this time.
0 commit comments