Skip to content

Commit 862127f

Browse files
committed
Fix doc build
1 parent 58f8264 commit 862127f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/states/ortho.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ end
151151
Bring updated `AC` and `C` tensors back into a consistent set of left or right canonical
152152
tensors. 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
156155
factorization used. By default, this is set to a (positive) QR/LQ, even though the
157156
optimal algorithm would use a polar decompositions instead, sacrificing a bit of
158157
performance for accuracy.

0 commit comments

Comments
 (0)