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
It is impossible to submit jobs with circuits with dynamic instructions and circuits with parametrized delay gates (i.e., delay(param, qubit), where param is a qiskit.circuit.Parameter). The server raises an error. This issue is about raising the error also here, at the client.
The text was updated successfully, but these errors were encountered:
It is impossible to submit jobs with circuits with dynamic instructions and circuits with parametrized delay gates (i.e.,
delay(param, qubit)
, whereparam
is aqiskit.circuit.Parameter
). The server raises an error. This issue is about raising the error also here, at the client.The text was updated successfully, but these errors were encountered: