Skip to content

Commit 9d81e55

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # README.md
2 parents 2774968 + eea6db2 commit 9d81e55

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

CITATION.cff

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,29 @@ To plot the graph corresponding to one result saved as a json file, execute
3838
pytheus 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+
4164
To get help, add the `--help` option to any command. For instance
4265

4366
```

0 commit comments

Comments
 (0)