Intro
Welcome to the QCS SDK book 👋. This SDK is all about running quantum programs on Rigetti's QCS Platform. There are three different SDKs today:
- pyQuil is the original Python SDK, the reference implementation for interacting with QCS.
- The Rust SDK is on crates.io.
- The C SDK is a thin wrapper around the Rust SDK that exposes the public API through C FFI. That documentation is right here!