-
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
Need method for extracting a initial Layout without running PassManager #2405
Comments
Even with a PassManager this is a bit unreliable right now, need to resolve #2066 and #1831 first and make all mappers consistent in how they use Layout. During the transpilation process a few things can happen that can make the above visualization hard to achieve:
|
Yes, I should have been a bit more specific in my title. I would like to extract the initial layout that is chosen without actually doing a full transpile. i.e. I want to see the difference in qubit selection between DenseLayout and NoiseAdapativeLayout without transpiling both. |
After #2736, the layout is saved as |
yep |
Is this a 0.9 issue @ajavadia ? |
This can be closed. |
What is the expected behavior?
I would like to see what the Layout from virtual to physical qubits is without having to construct and run a
PassManager
. i.e. I want to be able to easily plot something like this:The text was updated successfully, but these errors were encountered: