The Hierarchical Unified Graph Representation (HUGR, pronounced hugger) is the common representation of quantum circuits and operations in the Quantinuum ecosystem.
It provides a high-fidelity representation of operations, that facilitates compilation and encodes runnable programs.
The HUGR specification (still in draft) is here.
pyo3
: Enable Python bindings via pyo3.
Add this to your Cargo.toml
:
[dependencies]
quantinuum-hugr = "0.1"
The library crate is called hugr
.
This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).