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
Transpiling a simple circuit for a 100+ qubit IBM System such as 'ibm_sherbrooke' takes way longer than expected.
I am attaching here the diagram of the circuit that was used and the result of profiling the transpiling time of the circuit against 'ibm_sherbrooke'.
I think this will be fixed by: #9148 based on the profile timings there it looks like it's being caused by vf2layout trying really hard to try to find which permutation of qubits have the lowest noise in a very naive way. For your circuit it's basically evaluating 10334625 different possible layout permutations which takes a long time. #9148 should fix this by figuring out the lowest noise qubits and selecting those directly.
Environment
What is happening?
Transpiling a simple circuit for a 100+ qubit IBM System such as 'ibm_sherbrooke' takes way longer than expected.
I am attaching here the diagram of the circuit that was used and the result of profiling the transpiling time of the circuit against 'ibm_sherbrooke'.
How can we reproduce the issue?
What should happen?
I don't think that it should take that long.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: