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 seems transpiling QV circuits for ecr based backends raises transpilation warnings for various seed values. It is not hard to find a seed where this issue occurs.
Thanks - we're fairly sure this is because an optimisation loop tends to get stuck oscillating between two possible solutions. #9612 should hopefully solve this.
Environment
What is happening?
It seems transpiling QV circuits for
ecr
based backends raises transpilation warnings for various seed values. It is not hard to find a seed where this issue occurs.How can we reproduce the issue?
gives
TranspilerError: 'Maximum iteration reached. max_iteration=1000'
Switching the backend to
ibm_kyiv
that has the same topology, but usescx
gates rather thanecr
works fine.What should happen?
It should work fine.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: