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 bug in qpy with PauliFeatureMap class #13727

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ElePT
Copy link
Contributor

@ElePT ElePT commented Jan 23, 2025

Summary

Fixes #13720.

Details and comments

@coveralls
Copy link

coveralls commented Jan 23, 2025

Pull Request Test Coverage Report for Build 12950992902

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 4 of 5 (80.0%) changed or added relevant lines in 1 file are covered.
  • 23 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.01%) to 88.927%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit/qpy/binary_io/value.py 4 5 80.0%
Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 5 92.23%
crates/qasm2/src/parse.rs 18 96.68%
Totals Coverage Status
Change from base Build 12913135837: -0.01%
Covered Lines: 79425
Relevant Lines: 89315

💛 - Coveralls

@ElePT ElePT force-pushed the fix-qpy-blueprint branch from 0de998b to 457068f Compare January 24, 2025 10:44
@ElePT ElePT changed the title Fix bug in QPY with PauliFeatureMap class Fix bug in qpy with PauliFeatureMap class Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameterized circuits can no longer be loaded with qpy.
2 participants