qcs 0.26.1

High level interface for running Quil on a QPU
Documentation
1
2
3
4
5
6
7
8
9
10
//! This module contains functionality used to compile Quil programs for
//! execution on QCS quantum processors.

mod isa;
#[cfg(feature = "libquil")]
pub mod libquil;
#[cfg(feature = "python")]
pub(crate) mod python;
pub mod quilc;
pub mod rpcq;