Skip to content

Commit cb8f501

Browse files
committed
update docs
1 parent e48a718 commit cb8f501

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/man/algorithms.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ disadvantages:
292292
and if the bond dimension is grown slow enough, this still obtains a very good expansion
293293
scheme. Again, The state will remain unchanged and a one-site scheme will now be able to
294294
push the optimization further. The subspace used for expansion can be truncated through
295-
`trscheme`, which dictates how many singular values will be added. Additionally, this
296-
method does not project onto the local two-site basis, which might overcome symmetry-based
297-
obstructions that can be encountered in the other methods.
295+
`trscheme`, which dictates how many orthogonal vectors will be added.
298296

299297
* [`VUMPSSvdCut`](@ref): This algorithm is based on the [`VUMPS`](@ref) algorithm, and
300298
consists of performing a two-site update, and then truncating the state back down. Because

src/algorithms/changebonds/randexpand.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
$(TYPEDEF)
33
44
An algorithm that expands the bond dimension by adding random unitary vectors that are
5-
orthogonal to the existing state.
5+
orthogonal to the existing state. This means that additional directions are added to
6+
`AL` and `AR` that are contained in the nullspace of both. Note that this is happens in
7+
parallel, and therefore the expansion will never go beyond the local two-site subspace.
68
79
## Fields
810

0 commit comments

Comments
 (0)