We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556683e commit eea6db2Copy full SHA for eea6db2
README.md
@@ -11,16 +11,16 @@ python setup.py install
11
12
## Running PyTheus
13
14
-To list the included examples, type
+To run PyTheus on one of the examples, type e.g.
15
16
```
17
-pytheus list
+pytheus run --example ghz_346
18
19
20
-To run one of the included examples, type e.g.
+To list all examples, type
21
22
23
-pytheus run --example ghz_346
+pytheus list
24
25
26
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
38
pytheus plot PATH_TO_RESULT_FILE
39
40
41
-##Analysing PyTheus Results
+## Analysing PyTheus Results
42
43
To analyze a subdirectory corresponding to one run, type
44
0 commit comments