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

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

Open

#179 opened on Jun 22, 2023

 (1 comment) (0 reactions) (0 assignees)Python (40 forks)auto 404
good first issue

Repository metrics

Stars
 (44 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide