-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic in SabreLayout when running on large quantum volume circuit #13081
Labels
Milestone
Comments
I could reproduce this issue but the full Rust backtrace didn't make me any smarter:
Running with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Environment
What is happening?
When running a large quantum volume circuit through the
SabreLayout
pass the individual trials start to internally panic with the following:once for each thread launched. Once all 20 threads panic the pass stops.
How can we reproduce the issue?
What should happen?
The pass shouldn't panic, and should successfully apply a layout and route the circuit.
Any suggestions?
This was most likely a regression introduced by: #11977 as the example works fine with Qiskit 1.0.2.
The text was updated successfully, but these errors were encountered: