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

Qiskit / qiskit / 11219438971
88%

Build:
DEFAULT BRANCH: main
Ran 07 Oct 2024 04:24PM UTC
Jobs 1
Files 895
Run time 4min
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

07 Oct 2024 02:59PM UTC coverage: 88.885% (-0.1%) from 89.028%
11219438971

push

github

web-flow
Set num_qubits kwarg when building UnitaryGate from Rust (#13282)

In the accelerate crate we currently have two places that are building
`UnitaryGate`, the quantum_volume() function that builds a quantum
volume model circuit and the Split2QUnitaries transpiler pass. Currently
this can only be done by calling Python (until #13272 is implemented)
and there was a potential optimization we could make to specify the
number of qubits as an argument to the Python constructor. This skipss
the need for a few python operations to compute the number of qubits
from the size of the matrix. These operations are not exceedingly slow,
but as these Python space constructors are often the bottleneck so it
should help runtime performance of these two functions.

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

19 existing lines in 2 files now uncovered.

74473 of 83786 relevant lines covered (88.88%)

374947.79 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.48
1.0% crates/qasm2/src/lex.rs
18
96.69
-0.92% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 11219438971.1 07 Oct 2024 04:24PM UTC 895
88.88
GitHub Action Run
Source Files on build 11219438971
  • Tree
  • List 895
  • Changed 68
  • Source Changed 2
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #11219438971
  • 6abf660b on github
  • Prev Build on gh-readonly-queue/main/pr-13281-492005e67c8153189352ef6ef8f9fae8b5b0c407 (#11216323671)
  • Next Build on main (#11222109141)
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

© 2025 Coveralls, Inc