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

Revert "Pass manager refactoring: add passmanager module (#10124)" #10454

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

mtreinish
Copy link
Member

Summary

This reverts commit fbd64d9. The follow on PR to this one #10127 which is making internal refactors to the pass manager code now that's it a standalone module is still undergoing active review and the scope of the PR is sufficiently large that it likely won't be viable for the pending 0.25.0 release. This commit temporarily reverts #10124 which was the first step of creating a module by porting the pass manager code in it's current form to a standalone module so that we're not committed to the API as part of the 0.25.0 release to give more time for #10127 to finalize what the eventual qiskit.passmanager API will look like.

This revert should itself be reverted after 0.25.0rc1 is tagged and the main branch opens up for 0.45.0 development. As this revert is not an indication that we did not want #10124 it's just to avoid committing to the API prematurely.

Details and comments

This reverts commit fbd64d9. The follow
on PR to this one Qiskit#10127 which is making internal refactors to the pass
manager code now that's it a standalone module is still undergoing
active review and the scope of the PR is sufficiently large that it
likely won't be viable for the pending 0.25.0 release. This commit
temporarily reverts Qiskit#10124 which was the first step of creating a module
by porting the pass manager code in it's current form to a standalone
module so that we're not committed to the API as part of the 0.25.0
release to give more time for Qiskit#10127 to finalize what the eventual
`qiskit.passmanager` API will look like.

This revert should itself be reverted after 0.25.0rc1 is tagged and
the main branch opens up for 0.45.0 development. As this revert is
not an indication that we did not want Qiskit#10124 it's just to avoid
committing to the API prematurely.
@mtreinish mtreinish added the Changelog: None Do not include in changelog label Jul 20, 2023
@mtreinish mtreinish added this to the 0.25.0 milestone Jul 20, 2023
@mtreinish mtreinish requested a review from a team as a code owner July 20, 2023 14:20
@qiskit-bot
Copy link
Collaborator

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

Copy link
Contributor

@nkanazawa1989 nkanazawa1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Matthew. Considering the timeline this is the best choice.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5612196899

  • 247 of 259 (95.37%) changed or added relevant lines in 6 files are covered.
  • 29 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.04%) to 86.038%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit/transpiler/passmanager.py 76 78 97.44%
qiskit/transpiler/runningpassmanager.py 126 136 92.65%
Files with Coverage Reduction New Missed Lines %
qiskit/transpiler/passes/synthesis/unitary_synthesis.py 1 90.33%
crates/qasm2/src/lex.rs 4 90.63%
crates/qasm2/src/parse.rs 24 96.18%
Totals Coverage Status
Change from base Build 5611896973: -0.04%
Covered Lines: 72775
Relevant Lines: 84585

💛 - Coveralls

@mtreinish mtreinish added this pull request to the merge queue Jul 20, 2023
Merged via the queue into Qiskit:main with commit c03e4c7 Jul 20, 2023
13 checks passed
mtreinish added a commit that referenced this pull request Jul 21, 2023
github-merge-queue bot pushed a commit that referenced this pull request Jul 22, 2023
to24toro pushed a commit to to24toro/qiskit-terra that referenced this pull request Aug 3, 2023
…" (Qiskit#10454)

This reverts commit fbd64d9. The follow
on PR to this one Qiskit#10127 which is making internal refactors to the pass
manager code now that's it a standalone module is still undergoing
active review and the scope of the PR is sufficiently large that it
likely won't be viable for the pending 0.25.0 release. This commit
temporarily reverts Qiskit#10124 which was the first step of creating a module
by porting the pass manager code in it's current form to a standalone
module so that we're not committed to the API as part of the 0.25.0
release to give more time for Qiskit#10127 to finalize what the eventual
`qiskit.passmanager` API will look like.

This revert should itself be reverted after 0.25.0rc1 is tagged and
the main branch opens up for 0.45.0 development. As this revert is
not an indication that we did not want Qiskit#10124 it's just to avoid
committing to the API prematurely.
to24toro pushed a commit to to24toro/qiskit-terra that referenced this pull request Aug 3, 2023
@mtreinish mtreinish deleted the revert-pass-manager-module branch November 29, 2023 16:26
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.

5 participants