File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ links = InterLinks(
3030 " TensorKit" => " https://quantumkithub.github.io/TensorKit.jl/stable/" ,
3131 " TensorOperations" => " https://quantumkithub.github.io/TensorOperations.jl/stable/" ,
3232 " KrylovKit" => " https://jutho.github.io/KrylovKit.jl/stable/" ,
33- " BlockTensorKit" => " https://lkdvos.github.io/BlockTensorKit.jl/dev/"
33+ " BlockTensorKit" => " https://lkdvos.github.io/BlockTensorKit.jl/dev/" ,
34+ " MatrixAlgebraKit" => " https://quantumkithub.github.io/MatrixAlgebraKit.jl/stable/"
3435)
3536
3637# include MPSKit in all doctests
Original file line number Diff line number Diff line change 151151Bring updated `AC` and `C` tensors back into a consistent set of left or right canonical
152152tensors. This minimizes `∥AC_i - AL_i * C_i∥` or `∥AC_i - C_{i-1} * AR_i∥`.
153153
154- The `alg` is passed on to [`left_orth!`](@extref MatrixAlgebraKit) and
155- [`right_orth!`](@extref MatrixAlgebraKit), and can be used to control the kind of
154+ The `alg` is passed on to `left_orth!` and `right_orth!`, and can be used to control the kind of
156155factorization used. By default, this is set to a (positive) QR/LQ, even though the
157156optimal algorithm would use a polar decompositions instead, sacrificing a bit of
158157performance for accuracy.
You can’t perform that action at this time.
0 commit comments