Skip to content

Commit 8374a3d

Browse files
authored
Update README.md
Added sweep-line animation
1 parent 374b1f0 commit 8374a3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A Julia package for the contraction of tensor networks using the sweep-line-based contraction algorithm laid out in the paper [General tensor network decoding of 2D Pauli codes](https://arxiv.org/abs/2101.04125). This algorithm is primarily designed for two-dimensional tensor networks but contains graph manipulation tools that allow it to function for generic tensor networks.
44

5+
![Sweep-line anim](anim.gif)
6+
57
Below I have provided some examples of `SweepContractor.jl` at work. Scripts with working versions of each of these examples are also included in the package. For more detailed documentation consult help pages by using `?` in the Julia REPL.
68

79
Feel free to contact me with any comments, questions, or suggestions at [[email protected]](mailto:[email protected]). If you use `SweepContractor.jl` for research, please cite either [arXiv:2101.04125](https://arxiv.org/abs/2101.04125) and/or [doi:10.5281/zenodo.5566841](http://dx.doi.org/10.5281/zenodo.5566841).

0 commit comments

Comments
 (0)