Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1007 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 1007 Bytes

quantinuum-hugr

build_status msrv

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.

Features

  • pyo3: Enable Python bindings via pyo3.

Usage

Add this to your Cargo.toml:

[dependencies]
quantinuum-hugr = "0.1"

The library crate is called hugr.

License

This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).