We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8a2e6 commit ec6dd36Copy full SHA for ec6dd36
docs/make.jl
@@ -31,7 +31,8 @@ links = InterLinks(
31
"TensorOperations" => "https://quantumkithub.github.io/TensorOperations.jl/stable/",
32
"KrylovKit" => "https://jutho.github.io/KrylovKit.jl/stable/",
33
"BlockTensorKit" => "https://lkdvos.github.io/BlockTensorKit.jl/dev/",
34
- "MatrixAlgebraKit" => "https://quantumkithub.github.io/MatrixAlgebraKit.jl/stable/"
+ "MatrixAlgebraKit" => "https://quantumkithub.github.io/MatrixAlgebraKit.jl/stable/",
35
+ "MPSKitModels" => "https://quantumkithub.github.io/MPSKitModels.jl/dev/"
36
)
37
38
# include MPSKit in all doctests
0 commit comments