• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 8916509583
88%

Build:
DEFAULT BRANCH: main
Ran 02 May 2024 12:17AM UTC
Jobs 1
Files 829
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 May 2024 11:20PM UTC coverage: 89.523% (-0.03%) from 89.549%
8916509583

push

github

web-flow
Restrict iteration of commutation passes to just qubits (#12318)

The CommutativeCancellation and CommutationAnalysis passes were
previously iterating over the full set of wires in the DAGCircuit.
However the wire list contains classical bits and also classical
variables after #12204 merges. The only thing these passes are concerned
about are computing whether quantum operations commute and therefore
don't need to work with any classical components in the DAG. In general
these exta iterations were just no-ops because there wouldn't be
anything evaluated on the wires, but doing this will avoid any potential
overhead and limiting the search space to just where there is potential
work to do.

3 of 3 new or added lines in 2 files covered. (100.0%)

20 existing lines in 3 files now uncovered.

61588 of 68796 relevant lines covered (89.52%)

216045.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8916509583.1 02 May 2024 12:17AM UTC 0
89.52
GitHub Action Run
Source Files on build 8916509583
Detailed source file information is not available for this build.
  • Back to Repo
  • 9367f7b6 on github
  • Prev Build on gh-readonly-queue/main/pr-12307-6b73b58550da278ba0e0dbe06f851b3e623d5595 (#8915957975)
  • Next Build on main (#8917584107)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc