3 unstable releases
0.2.1 | Apr 15, 2024 |
---|---|
0.2.0 | Feb 20, 2024 |
0.1.0 | Jan 15, 2024 |
#5 in #hugr
1MB
20K
SLoC
⚠ This crate has been renamed to hugr
⚠
Please use the new package instead.
hugr
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 is here.
Usage
Add the dependency to your project:
cargo add hugr
The library crate is called hugr
.
Please read the API documentation here.
Experimental Features
extension_inference
: Experimental feature which allows automatic inference of extension usages and requirements in a HUGR and validation that extensions are correctly specified. Not enabled by default.
Recent Changes
See CHANGELOG for a list of changes. The minimum supported rust version will only change on major releases.
Development
See DEVELOPMENT.md for instructions on setting up the development environment.
License
This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).
Dependencies
~11MB
~212K SLoC