Skip to content

Commit 03c08cd

Browse files
Update README.md
1 parent 3e609d9 commit 03c08cd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2727
To run your own input file, type
@@ -33,6 +33,8 @@ pytheus run PATH_TO_YOUR_INPUT_FILE
3333
Output of optimization is saved to a directory called `output`. Names of the subdirectories are specified by the name
3434
and content of the config file.
3535

36+
## Analysing PyTheus results
37+
3638
To plot the graph corresponding to one result saved as a json file, execute
3739

3840
```

0 commit comments

Comments
 (0)