|
Ran
|
Jobs
1
|
Files
827
|
Run time
2min
|
Badge
README BADGES
|
github
Fix VF2 layout allocation with idle qubits (#14938) 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)
10 of 10 new or added lines in 3 files covered. (100.0%)
18 existing lines in 4 files now uncovered.80027 of 91206 relevant lines covered (87.74%)
511507.93 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 12 |
97.1 |
-0.94% | crates/qasm2/src/parse.rs |
| 4 |
93.04 |
0.26% | crates/qasm2/src/lex.rs |
| 1 |
93.67 |
-0.24% | crates/qasm2/src/expr.rs |
| 1 |
93.43 |
0.0% | crates/transpiler/src/passes/unitary_synthesis.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 17163279752.1 | 827 |
87.74 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|