Closed alexanderivrii closed 2 months ago
One or more of the following people are relevant to this code:
@Qiskit/terra-core
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
qiskit/transpiler/passes/synthesis/unitary_synthesis.py | 2 | 88.26% | ||
crates/qasm2/src/lex.rs | 3 | 92.73% | ||
qiskit/synthesis/two_qubit/xx_decompose/decomposer.py | 6 | 90.91% | ||
<!-- | Total: | 11 | --> |
Totals | |
---|---|
Change from base Build 10931978471: | -0.01% |
Covered Lines: | 73481 |
Relevant Lines: | 82722 |
Summary
A bug fix for the
ElidePermutations
pass where the internal qubit mapping was not updated correctly after aPermutationGate
. This fix was already present in #13094, however we have decided to separate it to an independent PR as to allow backport.