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
The error is because of the reset instruction, not because of the bound
@assafb, does QESEM not support reset? If so, I think we should call this out in the documentation + error message, since it's an instruction that Qiskit has supported for the past 5+ years and users will be a bit confused otherwise
Steps to reproduce the problem
Consider the circuit operator pair (also used in #22)
Since it is unclear if Qedma takes parameters, and seems to only work with a single circuit, I bound a single circuit instance using
running this using
fails, even though the circuit and operator work (without the operator in a list) in the IBM circuit function
What is the current behavior?
I currently get
{'error': 'Got wrong gate parameters.'}
What is the expected behavior?
It should work
The text was updated successfully, but these errors were encountered: