Repo Added
|
Files
871
|
Badge
README BADGES
|
github
Fix `TranspileLayout.initial_index_layout` with unordered virtuals (#14939) 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)
3 of 3 new or added lines in 1 file covered. (100.0%)
6 existing lines in 1 file now uncovered.80031 of 91199 relevant lines covered (87.75%)
512286.04 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|