Katharine Hyatt
Katharine Hyatt
**Describe the feature you'd like** The Braket local simulators now support `run_batch` using local CPU resources. We should allow PennyLane to hook into that functionality. **How would this feature be...
**Describe the feature you'd like** Support for running `QuantumTape`s with different shot amounts in one fell swoop. **How would this feature be used? Please describe.** Would allow Braket to run...
**Describe the feature you'd like** It should be possible to use the Smithy representation of the [Amazon Braket Schemas](https://github.com/amazon-braket/amazon-braket-schemas-python) to automatically generate JSON versions of all the Braket Schemas, which...
**Describe the feature you'd like** Currently only numerical values are allowed for `FreeParameter`. We should replicate the Python BDK support for `FreeParameterExpression`, allowing gates like `Rx( 2 * alpha /3)`,...
**Describe the feature you'd like** Now that we support `LocalSimulator`s, we can hook into [ITensor](https://github.com/ITensor/ITensors.jl)'s support for DMRG-based evolution methods to implement tensor network circuit simulation. **Is this feature already...
**Describe the feature you'd like** Amazon Braket now has the [Braket Direct feature](https://docs.aws.amazon.com/braket/latest/developerguide/braket-reservations.html), which allows users to reserve certain Direct-only devices or access experimental capabilities of devices. **Is this feature...
**Describe the feature you'd like** QuEra's Aquila [now supports](https://aws.amazon.com/blogs/quantum-computing/local-detuning-now-available-on-queras-aquila-device-with-braket-direct) local detuning with Braket Direct. The underlying structs are implemented in `Braket.jl` but many of the correctness tests and validations are...
**Describe the feature you'd like** Implementation of [classical shadows](https://pennylane.ai/qml/demos/tutorial_classical_shadows) or [POVMs](https://quantumcomputing.stackexchange.com/questions/16382/how-to-do-a-povm-measurement-of-a-quantum-state-in-ibms-quantum-composer) in Braket.jl. **Is this feature already present in the Python SDK?** No, although shadows can be used in the...
**What did you find confusing? Please describe.** Would be great to have more doctests and examples for various features. **Describe how documentation can be improved** Add doctests for: - []...
**Describe the feature you'd like** Integrate Braket.jl and [Yao.jl](https://github.com/QuantumBFS/Yao.jl) to allow Yao users to run circuits/AHS programs on Braket. **Is this feature already present in the Python SDK?** No. **How...