Repo Added
|
Files
1268
|
Badge
Embed ▾
README BADGES
|
push
github
Fix `CheckMap` with control-flow builder nested conditionals (#10395) The recursion inside the `CheckMap` pass was based on a custom `DAGCircuit.compose` solution, rather than the more standard qubit-argument-binding setup we normally use. This did not pass in the clbit ordering to the composition, which could cause it to fail to map nested conditional statements. Instead, we can just enter each DAG naturally, and use the regular wire map to access the physical indices being referred to. (cherry picked from commit 163875e5d)
71354 of 83062 relevant lines covered (85.9%)
45049.92 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|