-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update BIPMapper #5
Conversation
On branch update-bip modified: qiskit_bip_mapper/bip_mapping.py modified: qiskit_bip_mapper/bip_model.py
There is an issue with file formatting: lint: commands[0]> black --check qiskit_bip_mapper setup.py This is blocking the merge. Can you have a quick look at it? Running the automatic formatting tool should be enough. |
Add new line at the end of bip_model.py
reformatted with black, should work now! |
Now these are reported as errors: qiskit_bip_mapper/bip_mapping.py:168:9: D205 1 blank line required between summary line and description |
change `dag` to ``dag``
all issues should be fixed now |
Faster BIPMapping heuristic and improved user control features are directly from a previously unmerged PR in terra originally authored by @gnannicini:
Faster BIPMapping heuristic, improved user control Qiskit/qiskit#8787
Merged more recent changes currently still in qiskit-terra:
Add full path transpile() support for disjoint backends Qiskit/qiskit#9840
Add full path transpile() support for disjoint backends Qiskit/qiskit#9840
transpile, BIPMapping, and BIPMappingModel all behave as expected with various inputs