186 releases (20 breaking)

new 0.21.8 Apr 24, 2024
0.21.3 Mar 8, 2024
0.20.1 Dec 14, 2023
0.18.3 Nov 28, 2023
0.0.2 Oct 19, 2021

#355 in Development tools

Download history 305/week @ 2024-01-02 384/week @ 2024-01-09 406/week @ 2024-01-16 507/week @ 2024-01-23 11/week @ 2024-01-30 509/week @ 2024-02-06 791/week @ 2024-02-13 651/week @ 2024-02-20 546/week @ 2024-02-27 942/week @ 2024-03-05 240/week @ 2024-03-12 80/week @ 2024-03-19 246/week @ 2024-03-26 612/week @ 2024-04-02 339/week @ 2024-04-09 947/week @ 2024-04-16

2,149 downloads per month

Apache-2.0

275KB
5.5K SLoC

qcs-sdk-rust

The qcs crate is a high-level interface to Rigetti's Quantum Cloud Services, allowing Rust developers to run Quil programs on Rigetti's QPUs. This crate is a Rust port of pyQuil, though it currently has a much smaller feature set.

For the C-bindings to this library, check out qcs-sdk-c

Documentation

This crate is documented primarily via rustdoc comments and examples, which are available on docs.rs.

Development

Most development tasks are automated with cargo-make (like make, but you can have dependencies on other Rust tools and a ton of useful tasks are built in). Install cargo-make by doing cargo install cargo-make. Then you can invoke it with either cargo make <task> or makers <task>. Tasks are defined in files called Makefile.toml.

In order to run all checks exactly the same way that CI does, use makers ci-flow from the project root (workspace).

Dependencies

Because this library relies on [ØMQ], cmake is required:

  • macOS [Homebrew] : brew install cmake
  • Windows [Chocolatey]: choco install cmake
  • Debian: apt install cmake

Running Tests

The best way to go about this is via makers or cargo make with no task. This will default to dev-test-flow which formats all code, builds, and tests everything.

Any tests which cannot be run in CI should be run with makers manual. These tests require configured QCS credentials with access to internal functions, as well as a connection to the Rigetti VPN.

Linting

makers lint will lint run all static checks.

Documentation

To build the docs.rs-style docs, run makers docs. You can also do makers serve-docs to launch a local webserver for viewing immediately.

Release

To release this crate, manually run the release workflow in GitHub Actions.

Dependencies

~30–47MB
~877K SLoC