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

Skip transpilation for verbatim circuits #145

Closed speller26 closed 5 months ago

speller26 commented 5 months ago

Summary

Circuits are no longer translated when verbatim argument is passed to run.

Details and comments

Also expands the supported gates check to both BraketLocalBackend and AWSBraketBackend.

jcjaskula-aws commented 5 months ago

What do you think about cherry-picking these lines and deleting wrap_circuits_in_verbatim_box completely?