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 Statevector.evolve and DensityMatrix.evolve for mixed dimension subsystems #8900

Merged
merged 6 commits into from
Oct 19, 2022

Conversation

chriseclectic
Copy link
Member

@chriseclectic chriseclectic commented Oct 13, 2022

Summary

Fixes #8897
Fixes #8899

Details and comments

  • Fixes issue where Statevector.evolve and DensityMatrix.evolve would raise an exeception for nested subsystem evolution for non-qubit subsystems.
  • Fixes bug in Statevector.evolve where subsystem evolution will return the incorrect value in certain cases where there are 2 or more than non-evolved subsystems with different subsystem dimensions.

Fixes bug where Statevector.evolve was reshaping subsystems incorrectly if subsystems had different dimensions.
@chriseclectic chriseclectic added the Changelog: Bugfix Include in the "Fixed" section of the changelog label Oct 13, 2022
@chriseclectic chriseclectic requested review from a team and ikkoham as code owners October 13, 2022 20:11
@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:

@mtreinish mtreinish added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Oct 13, 2022
@mtreinish mtreinish added this to the 0.22.1 milestone Oct 13, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3245371185

  • 8 of 10 (80.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.007%) to 84.753%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit/quantum_info/states/densitymatrix.py 0 2 0.0%
Totals Coverage Status
Change from base Build 3242780185: 0.007%
Covered Lines: 61906
Relevant Lines: 73043

💛 - Coveralls

Copy link
Member

@jakelishman jakelishman left a comment

Choose a reason for hiding this comment

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

This looks good to me, thanks. I think there's probably more places hiding in quantum_info where the OpShape object isn't passed around correctly because most of the tests are only for qubit systems, but we can squash those as and when we find them.

@mergify mergify bot merged commit 58d339a into Qiskit:main Oct 19, 2022
mergify bot pushed a commit that referenced this pull request Oct 19, 2022
…ubsystems (#8900)

* Fix bug in OpShape.compose

* Fix bug in Statevector.evolve

Fixes bug where Statevector.evolve was reshaping subsystems incorrectly if subsystems had different dimensions.

* Add additional tests

* Add reno

* fix reno rst links

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 58d339a)
mergify bot added a commit that referenced this pull request Oct 20, 2022
…ubsystems (#8900) (#8964)

* Fix bug in OpShape.compose

* Fix bug in Statevector.evolve

Fixes bug where Statevector.evolve was reshaping subsystems incorrectly if subsystems had different dimensions.

* Add additional tests

* Add reno

* fix reno rst links

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 58d339a)

Co-authored-by: Christopher J. Wood <cjwood@us.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the "Fixed" section of the changelog stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
5 participants