-
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
Extends SetLayout to take a list #10344
Conversation
Pull Request Test Coverage Report for Build 5547570660
💛 - Coveralls |
One or more of the the following people are requested to review this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM, it's a straightforward change and matches what I did in #10291 to support simplifying the transpile()
function: https://github.com/Qiskit/qiskit-terra/pull/10291/files#diff-774ea18ebe906b988e28b1f136d500044afd89228253ef99bfa27af3fc401e6a (I'll rebase #10291 to just use this)
Fixes #8060
Extends SetLayout to take a list
and a dictionary(agreed with @ajavadia to leave dict out for now).