Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ cd qref
pip install .
```

### Graphviz
For visualization we use `graphviz` Python package, which requires the [Graphviz](https://graphviz.org/) executable to be available in your PATH — the Python package is not sufficient. Please [follow the instructions here](https://graphviz.org/download/) based on the operating system you're using.


## QREF format

QREF format represents quantum programs as a hierarchical directed acyclic graphs (DAGs).
Expand Down
Loading