Skip to content

Commit 1b18ee1

Browse files
committed
update docstring
1 parent c288165 commit 1b18ee1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/src/man/algorithms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ 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.
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.
296298

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

src/algorithms/changebonds/randexpand.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
$(TYPEDEF)
33
44
An algorithm that expands the bond dimension by adding random unitary vectors that are
5-
orthogonal to the existing state. This is achieved by performing a truncated SVD on a random
6-
two-site MPS tensor, which is made orthogonal to the existing state.
5+
orthogonal to the existing state.
76
87
## Fields
98

0 commit comments

Comments
 (0)