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

Qiskit / qiskit / 11977230764
89%
main: 88%

Build:
Build:
LAST BUILD BRANCH: substitute_pi4_rotations
DEFAULT BRANCH: main
Ran 22 Nov 2024 05:47PM UTC
Jobs 1
Files 914
Run time 3min
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.938% (+0.003%) from 88.935%
11977230764

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

6 existing lines in 3 files now uncovered.

79406 of 89282 relevant lines covered (88.94%)

356534.54 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.2
-0.12% crates/accelerate/src/unitary_synthesis.rs
1
94.02
-0.24% crates/qasm2/src/expr.rs
4
91.73
-0.25% crates/qasm2/src/lex.rs
Jobs
ID Job ID Ran Files Coverage
1 11977230764.1 22 Nov 2024 05:47PM UTC 914
88.94
GitHub Action Run
Source Files on build 11977230764
  • 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 #11977230764
  • 4bb14327 on github
  • Prev Build on main (#11957091507)
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