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

Qiskit / qiskit / 23530651656
87%

Build:
DEFAULT BRANCH: main
Ran 25 Mar 2026 08:29AM UTC
Jobs 1
Files 928
Run time 2min
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.111% (-0.1%) from 87.258%
23530651656

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.

0 of 193 new or added lines in 2 files covered. (0.0%)

13 existing lines in 3 files now uncovered.

103471 of 118781 relevant lines covered (87.11%)

1000482.89 hits per line

Uncovered Changes

Lines Coverage ∆ File
175
80.03
-7.04% crates/circuit/src/operations.rs
18
89.03
-3.45% crates/circuit/src/packed_instruction.rs

Coverage Regressions

Lines Coverage ∆ File
10
73.81
-0.37% crates/circuit/src/parameter/symbol_expr.rs
2
92.03
0.51% crates/qasm2/src/lex.rs
1
86.99
0.0% crates/circuit/src/parameter/parameter_expression.rs
Jobs
ID Job ID Ran Files Coverage
1 23530651656.1 25 Mar 2026 08:29AM UTC 928
87.11
GitHub Action Run
Source Files on build 23530651656
  • Tree
  • List 928
  • Changed 6
  • Source Changed 2
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23530651656
  • 6fafd8e7 on github
  • Prev Build on gh-readonly-queue/main/pr-15835-09af63113859b516c2079dba22de2c92b24fea24 (#23437328838)
  • Next Build on main (#23543093809)
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