Skip to content

Commit cb84560

Browse files
committed
also update docs
1 parent c0cb454 commit cb84560

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/src/lib/spaces.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ fuse
106106
ismonomorphic
107107
isepimorphic
108108
isisomorphic
109-
insertunit
110109
```
111110

112111
There are also specific methods for `HomSpace` instances, that are used in determining
@@ -116,4 +115,6 @@ the resuling `HomSpace` after applying certain tensor operations.
116115
TensorKit.permute(::HomSpace{S}, ::Index2Tuple{N₁,N₂}) where {S,N₁,N₂}
117116
TensorKit.select(::HomSpace{S}, ::Index2Tuple{N₁,N₂}) where {S,N₁,N₂}
118117
TensorKit.compose(::HomSpace{S}, ::HomSpace{S}) where {S}
118+
insertleftunit(::HomSpace, ::Int)
119+
insertrightunit(::HomSpace, ::Int)
119120
```

docs/src/lib/tensors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ braid(::AbstractTensorMap, ::Index2Tuple, ::IndexTuple; ::Bool)
175175
transpose(::AbstractTensorMap, ::Index2Tuple; ::Bool)
176176
repartition(::AbstractTensorMap, ::Int, ::Int; ::Bool)
177177
twist(::AbstractTensorMap, ::Int; ::Bool)
178+
insertleftunit(::AbstractTensorMap, ::Int)
179+
insertrightunit(::AbstractTensorMap, ::Int)
178180
```
179181

180182
```@docs
@@ -224,4 +226,4 @@ and only accept the `TensorMap` object as well as the method-specific algorithm
224226
arguments.
225227

226228

227-
TODO: document svd truncation types
229+
TODO: document svd truncation types

0 commit comments

Comments
 (0)