-
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
Lookahead swap mapper has excessive runtime for larger width circuits #5198
Comments
Update for Santa:elf:- QGoGPℹ️ Could OP test out their code with the new qiskit-experiments module to see if the behavior still holds for the QuantumVolume class in ignis is now deprecated? Also an MWE would help a lot for the scenario OP is testing. I transpiled it for FakeManhattan for QV = 4 and confirm that setting
The code I tried -
Will update comment/add more comments if cause is found/fixed!
|
I'm going to close this as stale now. The (Technically the squaring of the complexity for volumetric circuits can be removed by using a similar relative-scoring approach as we took for Sabre in #9012, but the general gist of what I said remains.) |
Information
What is the current behavior?
Using the
lookahead
swap mapper on a 20q QV circuit does not complete on my machine within at least 30min. The others take 2-4 seconds.Steps to reproduce the problem
Try to use
routing_method='lookahead'
on a 20q QV circuit.What is the expected behavior?
Suggested solutions
The text was updated successfully, but these errors were encountered: