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 the matrix representation of CUGate in Rust #13121

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

Cryoris
Copy link
Contributor

@Cryoris Cryoris commented Sep 10, 2024

Summary

Fixed #13118.

Details and comments

The matrix representation of CUGate in Rust accidentally swapped two arguments (phi and lam). This didn't fail the tests, because there all parameters are set to the same value. The tests are therefore also updated to vary the parameters values within a gate.

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
@Cryoris Cryoris added stable backport potential The bug might be minimal and/or import enough to be port to stable Changelog: Bugfix Include in the "Fixed" section of the changelog labels Sep 10, 2024
@Cryoris Cryoris added this to the 1.2.1 milestone Sep 10, 2024
@Cryoris Cryoris requested a review from a team as a code owner September 10, 2024 14:18
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core
  • @kevinhartman
  • @mtreinish

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10794415482

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • 6 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.001%) to 89.174%

Files with Coverage Reduction New Missed Lines %
crates/accelerate/src/two_qubit_decompose.rs 1 90.82%
crates/qasm2/src/lex.rs 5 92.23%
Totals Coverage Status
Change from base Build 10774677144: -0.001%
Covered Lines: 73031
Relevant Lines: 81897

💛 - Coveralls

Copy link
Member

@mtreinish mtreinish left a comment

Choose a reason for hiding this comment

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

I double checked: https://github.com/Qiskit/qiskit/blob/main/qiskit/circuit/library/standard_gates/u.py#L357-L375 and this is correct the angles were backwards in rust and we didn't catch it because the tests were using the same values for all the parameters.

@mtreinish mtreinish added this pull request to the merge queue Sep 10, 2024
Merged via the queue into Qiskit:main with commit 8929e12 Sep 10, 2024
15 checks passed
mergify bot pushed a commit that referenced this pull request Sep 10, 2024
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
(cherry picked from commit 8929e12)
github-merge-queue bot pushed a commit that referenced this pull request Sep 10, 2024
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
(cherry picked from commit 8929e12)

Co-authored-by: Julien Gacon <jules.gacon@googlemail.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
Development

Successfully merging this pull request may close these issues.

Transpiler changes circuit semantics
4 participants