Cody Wang
Cody Wang
**Current Problem** I want to use some of the the low-level utilities provided in `dwave-cloud-client` directly from a third-party sampler. For example, I'd like to validate that my problem is...
and a tiny addition
The Qiskit [`quantum_information`](https://qiskit.org/documentation/apidoc/quantum_info.html) contains helpful classes for efficiently manipulating quantum information, most notably the Pauli and Clifford groups. The respective `Pauli` and `Clifford` classes allow users to quickly compose operators,...
Since we have deprecated Python 3.8. *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating...
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/qiskit-community/qiskit-braket-provider?pullRequest=48) before we can accept your contribution. In...
**Describe the feature you'd like** Right now, [verbatim boxes](https://docs.aws.amazon.com/braket/latest/developerguide/braket-openqasm-verbatim-compilation.html) are ignored altogether when translating OpenQASM to `Circuit` objects via the `Circuit.from_ir` method: ```python from braket.circuits import Circuit oq = """...
**Describe the feature you'd like** Stabilizer circuits can be [classically simulated efficiently](https://en.wikipedia.org/wiki/Gottesman%E2%80%93Knill_theorem), and are very useful in quantum information research, for example in quantum error correction. To support these use...
### Summary ### Details and comments