Crates.io | quil-rs |
lib.rs | quil-rs |
version | 0.29.2 |
source | src |
created_at | 2021-10-19 17:54:02.746537 |
updated_at | 2024-11-06 19:37:04.018685 |
description | Rust tooling for Quil (Quantum Instruction Language) |
homepage | |
repository | https://github.com/rigetti/quil-rs |
max_upload_size | |
id | 467448 |
size | 1,928,319 |
This library is the implementation of the Quil spec in Rust.
It serves three purposes:
It should be considered unstable until the release of v1.0.
Feature | Description | |||
---|---|---|---|---|
graphviz-dot | Enable plotting ScheduledProgram s in Graphviz dotfile format. |
|||
wasm-bindgen | Enable compilation to wasm32-unknown-unknown with wasm-bindgen |
When testing this crate, you should run with the --all-features
flag to ensure all tests are executed.
cargo test --all-features