File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ contract!
216216
217217The factorisation methods are powered by [ MatrixAlgebraKit.jl] ( https://github.com/QuantumKitHub/MatrixAlgebraKit.jl )
218218and 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
220220entire 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
224224For the full list of factorizations, see [ Decompositions] (@extref MatrixAlgebraKit).
225225
You can’t perform that action at this time.
0 commit comments