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

Qiskit / qiskit / 23529822197
87%
main: 88%

Build:
Build:
LAST BUILD BRANCH: two_qubit_control_u_optimize
DEFAULT BRANCH: main
Ran 25 Mar 2026 08:00AM 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.114% (-0.1%) from 87.258%
23529822197

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%)

25 existing lines in 4 files now uncovered.

103475 of 118781 relevant lines covered (87.11%)

998250.51 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
12
96.68
0.0% crates/qasm2/src/parse.rs
8
73.98
-0.2% crates/circuit/src/parameter/symbol_expr.rs
4
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 23529822197.1 25 Mar 2026 08:00AM UTC 928
87.11
GitHub Action Run
Source Files on build 23529822197
  • Tree
  • List 928
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23529822197
  • 6fafd8e7 on github
  • Prev Build on gh-readonly-queue/main/pr-15835-09af63113859b516c2079dba22de2c92b24fea24 (#23437328838)
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