14 releases (8 breaking)

new 0.13.2 Oct 22, 2024
0.8.2 Oct 9, 2024
0.6.2 Jul 29, 2024

#291 in Programming languages

Download history 544/week @ 2024-07-02 1059/week @ 2024-07-09 835/week @ 2024-07-16 859/week @ 2024-07-23 912/week @ 2024-07-30 286/week @ 2024-08-06 837/week @ 2024-08-13 295/week @ 2024-08-20 1090/week @ 2024-08-27 1966/week @ 2024-09-03 798/week @ 2024-09-10 460/week @ 2024-09-17 328/week @ 2024-09-24 432/week @ 2024-10-01 1182/week @ 2024-10-08 724/week @ 2024-10-15

2,916 downloads per month
Used in 4 crates (via hugr)

Apache-2.0

1.5MB
29K SLoC

hugr-passes

build_status crates msrv codecov

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.

This crate provides compilation passes that act on HUGR programs.

Usage

Add the dependency to your project:

cargo add hugr-passes

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
~201K SLoC