File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ NOTE: do not use `pip install pytheus` (it will install a different package)
1212
1313## Running PyTheus
1414
15- To list the included examples, type
15+ To run one of the included examples, type e.g.
1616
1717```
18- pytheus list
18+ pytheus run --example ghz_346
1919```
2020
21- To run one of the included examples, type e.g.
21+ To list all examples, type
2222
2323```
24- pytheus run --example ghz_346
24+ pytheus list
2525```
2626
2727To run your own input file, type
@@ -33,6 +33,8 @@ pytheus run PATH_TO_YOUR_INPUT_FILE
3333Output of optimization is saved to a directory called ` output ` . Names of the subdirectories are specified by the name
3434and content of the config file.
3535
36+ ## Analysing PyTheus results
37+
3638To plot the graph corresponding to one result saved as a json file, execute
3739
3840```
You can’t perform that action at this time.
0 commit comments