pyquil
pyquil copied to clipboard
Add Rigetti gRPC API Support
Issue Description
The next iteration of the QCS execution API will use gRPC rather than ZeroMQ and rpcq. Thus, pyQuil needs support to translate and execute programs over gRPC. Two current, mutually-exclusive options exist for this:
- The Python-based work ongoing in https://github.com/rigetti/pyquil/pull/1368
- The Rust-based client proposed in #1467
When either of those issues is resolved, this issue may be closed.