pyquil icon indicating copy to clipboard operation
pyquil copied to clipboard

Add Rigetti gRPC API Support

Open kalzoo opened this issue 2 years ago • 0 comments

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.

kalzoo avatar Jun 14 '22 17:06 kalzoo