|
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%)
9 existing lines in 3 files now uncovered.80030 of 91206 relevant lines covered (87.75%)
511514.36 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
93.43 |
0.0% | crates/transpiler/src/passes/unitary_synthesis.rs |
| 4 |
73.73 |
-0.17% | crates/circuit/src/symbol_expr.rs |
| 4 |
92.01 |
-0.77% | crates/qasm2/src/lex.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 17164998928.1 | 827 |
87.75 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|