Skip to content

Commit eea6db2

Browse files
Update README.md
1 parent 556683e commit eea6db2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ python setup.py install
1111

1212
## Running PyTheus
1313

14-
To list the included examples, type
14+
To run PyTheus on one of the examples, type e.g.
1515

1616
```
17-
pytheus list
17+
pytheus run --example ghz_346
1818
```
1919

20-
To run one of the included examples, type e.g.
20+
To list all examples, type
2121

2222
```
23-
pytheus run --example ghz_346
23+
pytheus list
2424
```
2525

2626
To run your own input file, type
@@ -38,7 +38,7 @@ To plot the graph corresponding to one result saved as a json file, execute
3838
pytheus plot PATH_TO_RESULT_FILE
3939
```
4040

41-
##Analysing PyTheus Results
41+
## Analysing PyTheus Results
4242

4343
To analyze a subdirectory corresponding to one run, type
4444

0 commit comments

Comments
 (0)