|
Ran
|
Jobs
1
|
Files
827
|
Run time
2min
|
Badge
README BADGES
|
push
github
Fix VF2 layout allocation with idle qubits (#14938) (#14940) The two VF2 passes failed to allocate completely idle qubits into the `Layout` objects they returned. While the mapping doesn't really _mean_ much, it's important for the rest of the pipeline that a `Layout` object is a complete layout for the incoming virtuals, even if some of the choices are arbitrary. This typically appeared to users via calls to `TranspileLayout.initial_index_layout(filter_ancillas=True)` bugging out, but really anything inspecting the `Layout` before that was susceptible. (cherry picked from commit 2577bc182) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
10 of 10 new or added lines in 3 files covered. (100.0%)
34 existing lines in 3 files now uncovered.80007 of 91206 relevant lines covered (87.72%)
511539.81 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
93.43 |
0.0% | crates/transpiler/src/passes/unitary_synthesis.rs |
| 9 |
90.72 |
-2.06% | crates/qasm2/src/lex.rs |
| 24 |
96.15 |
-1.88% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 17165444352.1 | 827 |
87.72 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|