Skip to content

Commit 6017f53

Browse files
Update Readme
1 parent c257df6 commit 6017f53

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@
22
This git repo shows some of the work done for my master thesis at UGent quantum group http://mathphy.ugent.be/wp/quantum/
33

44
unfinished report: https://github.com/DavidDevoogdt/Thesis_Tensor_Networks/blob/master/verslag/main.pdf
5+
6+
7+
How To use:
8+
9+
start matlab in root folder of this repo, excute
10+
11+
```
12+
doPath.m
13+
test
14+
test_2D(struct('do_loops',1,'testing',1),1,'t_ising')
15+
Ising2D_par(8, 2.5, 'g', struct('testing',1,'unit_cell',1,'par',0) , struct('order',5 ,'do_loops',1 ));
16+
```

0 commit comments

Comments
 (0)