Kalan Snyder
Kalan Snyder
Hey team! 👋 I wrote the `oclif` plugin back in October and it was merged in March 2020, which surprised me since I still had some pending questions on [the...
From Discord: > 09/16/2021 Hey folks, a question from a quilc user - what is port 6000 used for/why is it exposed? It's referenced in the Readme but nowhere else...
If we use [Semantic Release](https://github.com/semantic-release/semantic-release) to release this repository, we'll get automatically-incremented releases, version tags, and changelogs on each merge to `master`, at the low cost of having to follow...
- GitHub Actions: - [x] `master` (to be verified) - [ ] dry-run off `master` - [x] Documentation - [ ] Create and target `rc` branch Note: this will need...
Description ----------- closes #1374 . Adds a useful section to the troubleshooting docs and links users to that on compiler and QPU timeout. TODO: - [ ] Check & fix...
Description ----------- This PR includes changes needed to incorporate an experimental, gRPC-based client in place of the current `rpcq`-based client. These changes would involve breaking changes to the existing `QuantumComputer`...
Issue Description ----------------- The next iteration of the QCS execution API will use gRPC rather than ZeroMQ and [rpcq](https://github.com/rigetti/rpcq). Thus, pyQuil needs support to translate and execute programs over gRPC....
Issue Description ----------------- This may be a bug in the spec, as the grammar implemented here in `pyQuil` is in live use, but: Spec: https://github.com/quil-lang/quil/blob/master/rfcs/analog/spec_changes.md#defining-new-waveforms Note the sample rate, which...
Issue Description ----------------- Several Rigetti QCS users have recently reported that their programs fail to run on QPU from their desktops. This is expected behavior; Rigetti QPUs are only addressable...
Issue Description ----------------- In v3, `Program` and `EncryptedProgram` are not thread-safe, yet these are the objects that users are most likely to share among threads. The workaround is to copy...