push
github
Fix an edge case in Sabre's release valve (#13114) * Fix edge case in Sabre release valve If a Sabre trial does not find a set of Swaps to route nodes, the "release valve" adds Swaps to route the two-qubit gate in between the the closest two qubits. In rare cases, this leads to _more_ than one gate being routable, which was not handled correctly previously. Co-authored-by: Jake Lishman <jake.lishman@ibm.com> * add reno and test * Use sensible syntax Co-authored-by: Kevin Hartman <kevin@hart.mn> * Use sensible grammar Co-authored-by: Kevin Hartman <kevin@hart.mn> * clippy * Check if the new test breaks CI * Revert "Check if the new test breaks CI" This reverts commit 01bcdc7ca. --------- Co-authored-by: Jake Lishman <jake.lishman@ibm.com> Co-authored-by: Kevin Hartman <kevin@hart.mn>
13 of 26 new or added lines in 2 files covered. (50.0%)
31 existing lines in 4 files now uncovered.73088 of 82274 relevant lines covered (88.83%)
362256.13 hits per line