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

Qiskit / qiskit / 16290740978
88%

Build:
DEFAULT BRANCH: main
Ran 15 Jul 2025 10:56AM UTC
Jobs 1
Files 830
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

15 Jul 2025 09:58AM UTC coverage: 87.755%. Remained the same
16290740978

push

github

web-flow
Fix non-determinism VF2Layout with only 1q gates (#14730)

This commit fixes an issue in the VF2Layout transpiler pass that would
cause a non-deterministic output if the circuit had any qubit that only
had single qubit operations. The dedicated internal function to deal with
this special case sorts the qubits in the circuit by number of operations
and the physical qubits on the target by error rate, to map the qubits
with the lowest error rate. However this sorting wasn't fully stable as
it was done on a hash set which doesn't have a stable iteration order.
This commit fixes this by also sorting based on the qubit index so in
the case of a tie the sort is stable.

Fixes #14729

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

10 existing lines in 2 files now uncovered.

81543 of 92921 relevant lines covered (87.76%)

548316.52 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
91.75
-0.26% crates/qasm2/src/lex.rs
6
96.62
0.0% crates/qasm2/src/parse.rs
Jobs
ID Job ID Ran Files Coverage
1 16290740978.1 15 Jul 2025 10:56AM UTC 830
87.76
GitHub Action Run
Source Files on build 16290740978
  • Tree
  • List 830
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16290740978
  • d33ef533 on github
  • Prev Build on gh-readonly-queue/main/pr-14668-6b4477fe2e42047aba7babe4c834f0b22a946737 (#16277835384)
  • Next Build on main (#16297423930)
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