Crate quil_rs

source ·
Expand description

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.

Re-exports

pub use program::Program;

Modules

Macros

Construct a complex number with the provided imaginary component.
Construct a complex number with the provided real component.