Skip to content

Commit e86c4bb

Browse files
authored
Update README.md
1 parent 432c3e6 commit e86c4bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ To run one of the included examples, type e.g.
1818
pytheus run --example ghz_346
1919
```
2020

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`.
2622

2723
To list all examples, type
2824

2925
```
3026
pytheus list
3127
```
3228

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.
3535

3636
## Analysing PyTheus results
3737

0 commit comments

Comments
 (0)