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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,20 @@ To run one of the included examples, type e.g.
18
18
pytheus run --example ghz_346
19
19
```
20
20
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
-
23
-
```
24
-
pytheus run PATH_TO_YOUR_INPUT_FILE
25
-
```
21
+
Output of optimization is saved to a directory called `output`.
26
22
27
23
To list all examples, type
28
24
29
25
```
30
26
pytheus list
31
27
```
32
28
33
-
Output of optimization is saved to a directory called `output`. Names of the subdirectories are specified by the name
34
-
and content of the config file.
29
+
You can also run config json files by referring to them by their path.
30
+
31
+
```
32
+
pytheus run PATH_TO_YOUR_INPUT_FILE
33
+
```
34
+
Names of the subdirectories in output are specified by the name and content of the config file.
0 commit comments