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

Qiskit / qiskit / 23529822197 / 1
87%
main: 88%

Build:
Build:
LAST BUILD BRANCH: use-consolidate-blocks-error
DEFAULT BRANCH: main
Ran 25 Mar 2026 08:00AM UTC
Files 928
Run time 32s
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

25 Mar 2026 07:27AM UTC coverage: 87.114% (-0.1%) from 87.258%
23529822197.1

push

github

web-flow
Add fixed size 2q matrix methods to operations and PackedInstruction (#15858)

This commit adds new methods to the circuit operation types and the
PackedInstruction type to support getting fixed size 2q matrices. 2q
matrices are only 16 complex numbers and are commonly used in the
transpiler as part of peephole optimization and other optimizations.
Using a fixed size array for these will avoid needing heap allocation
and also let the compiler potentially do more compile time optimization
because the compiler knows exactly how many values are being used for
operations. We already exposed these methods for 1q gates for the same
reason, this just expands it to 2q gates. We probably won't go beyond
this for 3q gates however, because they're 8x8 so too large and also
are not as commonly used as 2q gates and matrices.

103475 of 118781 relevant lines covered (87.11%)

998250.51 hits per line

Source Files on job 23529822197.1
  • Tree
  • List 928
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23529822197
  • 6fafd8e7 on github
  • Prev Job for on gh-readonly-queue/main/pr-15858-572045f51e27bcd4d45ee28c1e34fb0fa9aca354 (#23437328838.1)
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