You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,16 @@ To run one of the included examples, type e.g.
18
18
pytheus run --example ghz_346
19
19
```
20
20
21
-
To list all examples, type
21
+
NOTE: currently there is an issue in some installations where examples are not by the above command. You can also run config json files by referring to them by their path in the package resources. they can be found in the directory `pytheus/graphs`
22
22
23
23
```
24
-
pytheus list
24
+
pytheus run PATH_TO_YOUR_INPUT_FILE
25
25
```
26
26
27
-
To run your own input file, type
27
+
To list all examples, type
28
28
29
29
```
30
-
pytheus run PATH_TO_YOUR_INPUT_FILE
30
+
pytheus list
31
31
```
32
32
33
33
Output of optimization is saved to a directory called `output`. Names of the subdirectories are specified by the name
0 commit comments