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 barrier label when output='mpl' #13971

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

Conversation

atharva-satpute
Copy link
Contributor

Summary

Fixes #13609
Changed the way the barrier label is applied to qubits.

Details and comments

PR-13780 resolved the issue for output=text, but the labels remained incorrectly placed when output=mpl.

@atharva-satpute atharva-satpute requested review from nonhermitian and a team as code owners March 8, 2025 07:26
@qiskit-bot qiskit-bot added the Community PR PRs from contributors that are not 'members' of the Qiskit repo label Mar 8, 2025
@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 following people are relevant to this code:

@coveralls
Copy link

coveralls commented Mar 8, 2025

Pull Request Test Coverage Report for Build 13735840737

Details

  • 0 of 3 (0.0%) changed or added relevant lines in 1 file are covered.
  • 8 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.005%) to 88.132%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit/visualization/circuit/matplotlib.py 0 3 0.0%
Files with Coverage Reduction New Missed Lines %
crates/accelerate/src/unitary_synthesis.rs 2 94.59%
crates/qasm2/src/lex.rs 6 92.48%
Totals Coverage Status
Change from base Build 13730247126: -0.005%
Covered Lines: 72638
Relevant Lines: 82420

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community PR PRs from contributors that are not 'members' of the Qiskit repo
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Barrier labels placed wrongly with draw(reverse_bits=True)
3 participants