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 following circuit has two angle parameters s and t, and it fails in the estimator with: ERROR: Failed to load circuits: Invalid parameterization: instruction param position out of range
But it works when the parameters are removed and replaced with concrete angles.
This may be related to how the instructions and parameters of the circuit are parsed with Aer. In terra this should be trivial to bind a circuit with a list of parameters so I'm not sure why it fails in Aer / if it's trying to do something custom?
The text was updated successfully, but these errors were encountered:
Informations
What is the current behavior?
The following circuit has two angle parameters
s
andt
, and it fails in the estimator with:ERROR: Failed to load circuits: Invalid parameterization: instruction param position out of range
But it works when the parameters are removed and replaced with concrete angles.
This may be related to how the instructions and parameters of the circuit are parsed with Aer. In terra this should be trivial to bind a circuit with a list of parameters so I'm not sure why it fails in Aer / if it's trying to do something custom?
The text was updated successfully, but these errors were encountered: