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