Skip to content

Commit 2efcce4

Browse files
committed
Move resource files to a subdirectory
1 parent 7f9d292 commit 2efcce4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)
5+
![Sweep-line anim](resources/anim.gif)
66

77
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.
88

@@ -12,11 +12,11 @@ Feel free to contact me with any comments, questions, or suggestions at [github@
1212

1313
Consider the following four tensor networks, taken from the tensor network review [Hand-waving and Interpretive Dance](https://arxiv.org/abs/1603.03039):
1414

15-
>![ABCD1](ABCD1.png),
15+
>![ABCD1](resources/ABCD1.png),
1616
1717
where each tensor is defined
1818

19-
>![ABCD2](ABCD2.png)
19+
>![ABCD2](resources/ABCD2.png)
2020
2121
First we need to install `SweepContract.jl`, which we do by running
2222
```julia
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)