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

Move gateset construction to adapter #146

Closed speller26 closed 5 months ago

speller26 commented 5 months ago

Summary

Put gateset construction in a more logical place and made constants and methods private as needed.

Details and comments

Also skip gateset construction when running circuits verbatim.