You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting a circuit, gates can be used which are not supported by the hardware upon which they would like the circuit is submitted to be run. This can occur when the skip-transpile option is specified, or the circuit is transpiled for the incorrect backend.
willsimmons-1
changed the title
Raise an error when non-native gate is used with skip-transpile=True
Raise an error when non supported gate is used
Feb 28, 2024
What is the expected feature or enhancement?
When submitting a circuit, gates can be used which are not supported by the hardware upon which they would like the circuit is submitted to be run. This can occur when the skip-transpile option is specified, or the circuit is transpiled for the incorrect backend.
Example:
The request here is to have some checking in the provider to ensure the gates to be run are supported by the backend.
Acceptance criteria
Return an error to the user when run is called on a backend does not support the gate being used in the circuit.
The text was updated successfully, but these errors were encountered: