Skip to content

Commit

Permalink
docs add plots
Browse files Browse the repository at this point in the history
  • Loading branch information
annamariadziubyna committed Feb 17, 2024
1 parent 9f7da9b commit 1f3e77d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added docs/src/images/zipper_final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Our package offers users the flexibility to choose between three distinct method
* `SVDTruncate`.
`Zipper` method combines randomized truncated Singular Value Decomposition (SVD) and a variational scheme.
```@raw html
<img src="../images/zipper.png" width="200%" class="center"/>
<img src="../images/zipper_final.png" width="200%" class="center"/>
```
With the `SVDTruncate` method, the Matrix Product State (MPS) is systematically constructed row by row, contracted with the Matrix Product Operator (MPO) from the preceding row. The resulting MPS undergoes a Singular Value Decomposition (SVD) to truncate its bond dimension, followed by variational compression.
```@raw html
Expand Down
2 changes: 1 addition & 1 deletion docs/src/peps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Constructing PEPS tensor network

After creating the clustered Hamiltonian, we can turn it into a PEPS tensor network as shown in the figure TODO(cite Brief description of the algorithm).
After creating the clustered Hamiltonian, we can turn it into a PEPS tensor network as shown in the Section [Brief description of the algorithm](algorithm.md).

```@docs
PEPSNetwork
Expand Down

0 comments on commit 1f3e77d

Please sign in to comment.