Skip to content
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

Fix CheckMap pass target handling #9929

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

mtreinish
Copy link
Member

Summary

In the recently merged 5672c70 the CheckMap transpiler pass had issues when handling some Target inputs (which was added as a supported type in that PR). These issues were actually pointed out in code review during #9263 but the follow up slipped through. This commit makes the required fixes and also updates the signature of the CheckMap to match the other changes made in #9263.

Details and comments

In the recently merged 5672c70 the
CheckMap transpiler pass had issues when handling some Target inputs
(which was added as a supported type in that PR). These issues were
actually pointed out in code review during Qiskit#9263 but the follow up
slipped through. This commit makes the required fixes and also updates
the signature of the CheckMap to match the other changes made in Qiskit#9263.
@mtreinish mtreinish added the Changelog: None Do not include in changelog label Apr 7, 2023
@mtreinish mtreinish added this to the 0.24.0 milestone Apr 7, 2023
@mtreinish mtreinish requested review from a team and nonhermitian as code owners April 7, 2023 14:34
@qiskit-bot
Copy link
Collaborator

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the the following people are requested to review this:

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4638976868

  • 12 of 12 (100.0%) changed or added relevant lines in 2 files are covered.
  • 12 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.02%) to 85.407%

Files with Coverage Reduction New Missed Lines %
qiskit/circuit/tools/pi_check.py 1 91.23%
qiskit/pulse/library/waveform.py 3 91.67%
crates/accelerate/src/vf2_layout.rs 8 86.44%
Totals Coverage Status
Change from base Build 4632030902: -0.02%
Covered Lines: 67646
Relevant Lines: 79204

💛 - Coveralls

@jakelishman
Copy link
Member

Oh yeah, I missed that comment on the second review because GitHub had helpfully hidden it behind the "show more conversations" button... Whoops!

@jakelishman jakelishman added this pull request to the merge queue Apr 11, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 11, 2023
@mtreinish mtreinish added this pull request to the merge queue Apr 11, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 11, 2023
@jakelishman jakelishman added this pull request to the merge queue Apr 11, 2023
Merged via the queue into Qiskit:main with commit 912ba07 Apr 11, 2023
giacomoRanieri pushed a commit to giacomoRanieri/qiskit-terra that referenced this pull request Apr 16, 2023
In the recently merged 5672c70 the
CheckMap transpiler pass had issues when handling some Target inputs
(which was added as a supported type in that PR). These issues were
actually pointed out in code review during Qiskit#9263 but the follow up
slipped through. This commit makes the required fixes and also updates
the signature of the CheckMap to match the other changes made in Qiskit#9263.
king-p3nguin pushed a commit to king-p3nguin/qiskit-terra that referenced this pull request May 22, 2023
In the recently merged 5672c70 the
CheckMap transpiler pass had issues when handling some Target inputs
(which was added as a supported type in that PR). These issues were
actually pointed out in code review during Qiskit#9263 but the follow up
slipped through. This commit makes the required fixes and also updates
the signature of the CheckMap to match the other changes made in Qiskit#9263.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants