You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,4 +40,4 @@ BlockTensorKit.jl aims to provide a convenient interface to such blocked tensors
40
40
In particular, the central types of this package (`<:AbstractBlockTensorMap`) could be describes as having both `AbstractArray`-like interfaces, which allow indexing as well as slicing operations, and `AbstractTensorMap`-like interfaces, allowing linear algebra routines, tensor contraction and tensor factorization.
41
41
The goal is to abstract away the need to deal with the inner structures of such tensors as much as possible, and have the ability to replace `AbstractTensorMap`s with `AbstractBlockTensorMap` without having to change the high-level code.
42
42
43
-
For examples and further information, please check out the [documentation](https://lkdvos.github.io/BlockTensorKit.jl/dev).
43
+
For examples and further information, please check out the [documentation](https://QuantumKitHub.github.io/BlockTensorKit.jl/dev).
0 commit comments