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
Copy file name to clipboardExpand all lines: docs/src/index.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,16 @@ It is based on the [ITensor](https://itensor.org/) library.
7
7
8
8
## Package features
9
9
10
-
The package contains an implementation of the one-site time-dependent variational principle (TDVP1) [Lubich2015:tdvp_evolution,Haegeman2016:unifying_time_evolution_optimization_mps,Paeckel2019:time_evolution_methods](@cite) in its standard version, together with:
11
-
12
-
* the variant with adaptive bond dimensions [Dunnett2021:adaptive_tdvp1](@cite),
13
-
* the non-unitary version (for vectorised mixed states).
10
+
The package implements:
11
+
12
+
* the one-site time-dependent variational principle (TDVP1)
@@ -63,7 +61,10 @@ The type is designed to follow the same interface as ordinary MPSs from ITensor.
63
61
64
62
### Constructors
65
63
66
-
You can construct a trivial (i.e. a tensor-product) Vidal-form MPS with the same syntax as ordinary MPSs, that is, by specifying a list of site indices and a list of strings denoting the states, or a function of the site number, and so on.
64
+
You can construct a trivial (i.e. a tensor-product) Vidal-form MPS with the same
65
+
syntax as ordinary MPSs, that is, by specifying a list of site indices and a
66
+
list of strings denoting the states, or a function of the site number, and so
The Vidal-form MPS can be compressed at a specified bond \\(k\\) by deleting the singular values in \\(\Lambda^{(k)}\\) under a certain cutoff, or beyond a certain number, through a singular-value decomposition.
167
-
This can be done simply by calling the `truncate` function (or its in-place
168
-
version `truncate!`).
167
+
The Vidal-form MPS can be compressed at a specified bond \\(k\\) by deleting the
168
+
singular values in \\(\Lambda^{(k)}\\) under a certain cutoff, or beyond a
169
+
certain number, through a singular-value decomposition. This can be done by
170
+
calling the `truncate` function (or its in-place version `truncate!`).
0 commit comments