File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -38,29 +38,6 @@ To plot the graph corresponding to one result saved as a json file, execute
3838pytheus plot PATH_TO_RESULT_FILE
3939```
4040
41- To analyze a subdirectory corresponding to one run, type
42-
43- ```
44- pytheus analyze -d outputs/ghz_346/ghz_346
45- ```
46- or just
47- ```
48- pytheus analyze
49- ```
50- then an overview of all available folders that can be selected is given.
51- After that one can choose which run (if there exists different run-folders having different
52- summary files) one wants to analyze. When you have decided on a state, an overview plot is created
53- that shows the graph, the development of the loss function and various properties
54- that can be declared via ``` -i ``` . With ``` -pm ``` a pdf can be created that shows all perfect matchings.
55- When one wants to set all weights to plus minus one one can choose the option ``` -one ``` .
56- Everthing together:
57- ```
58- pytheus analyze -d your/directory -one -pm -i 'norm' -i 'ent' -i 'k'
59- ```
60- ``` norm ``` shows the normalization of the state, ``` ent ``` gives information about entanglement for
61- the different bipartitions and ``` k ``` gives information if there is a k-uniform state and which
62- bipartitions are maximally entangled (=1) or separable (=0).
63-
6441To get help, add the ` --help ` option to any command. For instance
6542
6643```
You can’t perform that action at this time.
0 commit comments