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

Qiskit / qiskit / 11977726745
88%

Build:
DEFAULT BRANCH: main
Ran 22 Nov 2024 06:25PM UTC
Jobs 1
Files 914
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

22 Nov 2024 05:25PM UTC coverage: 88.936% (+0.001%) from 88.935%
11977726745

push

github

web-flow
Fix typing of inserted UnitaryGates in quantum_volume (#13479)

There was a small typing issue in the quantum_volume implementation
where there was a mismatch in the Python type and the rust type. The
UnitaryGate were being added to the circuit as a rust space
PyInstruction instead of a PyGate. This was incorrect as UnitaryGate is
unitary and a gate type in python, this mismatch was causing subsequent
transpilation or anything working with the unitaries in the quantum
volume circuit from rust to mischaracterize the operations as
non-unitary so things like getting the matrix would fail. This commit
corrects the typing so the gates are added as a unitary operation in the
rust typing.

This will get much simpler and less error prone when #13272 is
implemented and we have a rust native UnitaryGate type.

3 of 3 new or added lines in 1 file covered. (100.0%)

9 existing lines in 3 files now uncovered.

79404 of 89282 relevant lines covered (88.94%)

359740.82 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.2
-0.12% crates/accelerate/src/unitary_synthesis.rs
2
92.23
0.25% crates/qasm2/src/lex.rs
6
97.15
0.0% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 11977726745.1 22 Nov 2024 06:25PM UTC 914
88.94
GitHub Action Run
Source Files on build 11977726745
  • Tree
  • List 914
  • Changed 75
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #11977726745
  • 4bb14327 on github
  • Prev Build on main (#11957091507)
  • Next Build on main (#12015226815)
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