Skip to content

Commit 5937544

Browse files
lkdvosJutho
andauthored
Apply suggestions from code review
Co-authored-by: Jutho <[email protected]>
1 parent 5aab602 commit 5937544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/lib/tensors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ contract!
216216

217217
The factorisation methods are powered by [MatrixAlgebraKit.jl](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl)
218218
and all follow the same strategy. The idea is that the `TensorMap` is interpreted as a linear
219-
map based on the current partition of indices between `domain` and `codomain`, and then the
219+
map based on the current partition of indices between `domain` and `codomain`, and then the
220220
entire range of MatrixAlgebraKit functions can be called.
221-
You can specify an additional permutation of the domain and codomain indices before the
222-
factorisation is performed by making use of [`permute`](@ref) or [`transpose`](@ref).
221+
Factorizing a tensor according to a different partition of the indices is possible
222+
by prepending the factorization step with an explicit call to [`permute`](@ref) or [`transpose`](@ref).
223223

224224
For the full list of factorizations, see [Decompositions](@extref MatrixAlgebraKit).
225225

0 commit comments

Comments
 (0)