qiskit-community / qiskit-braket-provider

Qiskit-Braket provider to execute Qiskit programs on quantum computing hardware devices through Amazon Braket.
https://qiskit-community.github.io/qiskit-braket-provider/
Apache License 2.0
57 stars 45 forks source link

Remove execute method #140

Closed jcjaskula-aws closed 5 months ago

jcjaskula-aws commented 5 months ago

Summary

Execute(circuit, backend) is deprecated and is being removed from Qiskit. We update how circuits should be simulated in the tests.

Details and comments

Closes #131