File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/algorithms/changebonds Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22$(TYPEDEF)
33
44An 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
You can’t perform that action at this time.
0 commit comments