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
Passing a list of both circuits to transpile fails with
ValueError: Aninvalidparameterwasprovided.
However, if I run each circuit individually they work , and a list of multiple copies of the do nothing circuit work. A list of the second circuit fails as well. So it appears to be an issue with a list containing one or more of the second circuit
How can we reproduce the issue?
Try transpiling circuits like those above in a list
What should happen?
It should work. It used to work.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered:
This sounds like it could be #13504. Does it remain if you disable Qiskit running in parallel (e.g. by setting QISKIT_PARALLEL=FALSE before exeuction)?
Environment
What is happening?
Consider the two circuits:
and
Passing a list of both circuits to
transpile
fails withHowever, if I run each circuit individually they work , and a list of multiple copies of the do nothing circuit work. A list of the second circuit fails as well. So it appears to be an issue with a list containing one or more of the second circuit
How can we reproduce the issue?
Try transpiling circuits like those above in a list
What should happen?
It should work. It used to work.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: