amazon-braket / amazon-braket-pennylane-plugin-python

A plugin for allowing Xanadu PennyLane to use Amazon Braket devices
https://amazon-braket-pennylane-plugin-python.readthedocs.io/
Apache License 2.0
44 stars 38 forks source link

Support shots vectors in `execute` and `batch_execute`. #179

Open kshyatt-aws opened 1 year ago

kshyatt-aws commented 1 year ago

Describe the feature you'd like Support for running QuantumTapes with different shot amounts in one fell swoop.

How would this feature be used? Please describe. Would allow Braket to run tapes with multiple shot counts specified, which currently isn't supported.

Describe alternatives you've considered We could continue to not support this.

Additional context Shot vectors are already supported by PL's own devices and their interface with Qiskit.

king-p3nguin commented 3 weeks ago

Hi, I would like to work on this issue for the unitaryhack. Once I have finished writing the test, it will be ready for review.