qcs 0.26.0

High level interface for running Quil on a QPU
Documentation
1
2
3
4
5
6
7
fn main() {
    #[cfg(feature = "python")]
    {
        pyo3_build_config::add_extension_module_link_args();
    }
    built::write_built_file().expect("Failed to acquire build-time information")
}