Repo Added
|
Files
916
|
Badge
README BADGES
|
push
github
Fix `TranspileLayout.initial_index_layout` with unordered virtuals (#14939) (#14941) We were previously `enumerate`'ing over a `dict.items()` call. The "enumeration" index there has nothing to do with the virtual qubits (what we were using it for); it just refers to the order that the bits were added to the dictionary. There is no reason to think that they should have been in input order. What's weird is that we did the correct index check only two lines below that. (cherry picked from commit 6fb956f1d) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
3 of 3 new or added lines in 1 file covered. (100.0%)
4 existing lines in 2 files now uncovered.80030 of 91199 relevant lines covered (87.75%)
512032.77 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|