Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenarlt authored Oct 19, 2022
1 parent 432c3e6 commit e86c4bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ To run one of the included examples, type e.g.
pytheus run --example ghz_346
```

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`

```
pytheus run PATH_TO_YOUR_INPUT_FILE
```
Output of optimization is saved to a directory called `output`.

To list all examples, type

```
pytheus list
```

Output of optimization is saved to a directory called `output`. Names of the subdirectories are specified by the name
and content of the config file.
You can also run config json files by referring to them by their path.

```
pytheus run PATH_TO_YOUR_INPUT_FILE
```
Names of the subdirectories in output are specified by the name and content of the config file.

## Analysing PyTheus results

Expand Down

0 comments on commit e86c4bb

Please sign in to comment.