158 releases (23 breaking)

0.31.0 Mar 7, 2025
0.30.1 Feb 18, 2025
0.29.2 Nov 6, 2024
0.27.1 Jul 26, 2024
0.8.0 Oct 19, 2021

#345 in Emulators

Download history 1224/week @ 2024-12-22 1603/week @ 2024-12-29 1976/week @ 2025-01-05 1996/week @ 2025-01-12 1276/week @ 2025-01-19 1627/week @ 2025-01-26 1206/week @ 2025-02-02 3202/week @ 2025-02-09 3047/week @ 2025-02-16 2355/week @ 2025-02-23 2922/week @ 2025-03-02 3735/week @ 2025-03-09 3087/week @ 2025-03-16 3455/week @ 2025-03-23 3779/week @ 2025-03-30 3781/week @ 2025-04-06

14,490 downloads per month
Used in 3 crates

Apache-2.0

1MB
20K SLoC

Welcome to the Rust implementation of the Quil quantum programming language.

Within this crate you'll find:

This crate is still early in its development and does not fully support all Quil features, nor claim a stable API. Prior to v1.0, minor-version changes are considered breaking changes. Please pin your versions when needed, and closely follow the changelog when upgrading.


Quil Parser & Program Builder

This library is the implementation of the Quil spec in Rust.

It serves three purposes:

  1. Parse Quil programs from strings, and output programs to strings
  2. Manipulate Quil programs within Rust
  3. Construct a dependency graph among program instructions

It should be considered unstable until the release of v1.0.

Crate Features

Feature Description
graphviz-dot Enable plotting ScheduledPrograms in Graphviz dotfile format.
wasm-bindgen Enable compilation to wasm32-unknown-unknown with wasm-bindgen

Testing

When testing this crate, you should run with the --all-features flag to ensure all tests are executed.

cargo test --all-features

Dependencies

~14–21MB
~299K SLoC