qiskit/releasenotes/notes/0.23/fix-vf2post-regression-d4b0...

8 lines
297 B
YAML

---
fixes:
- |
Fixed a bug in the :class:`.VF2PostLayout` pass when transpiling for backends
with a defined :class:`.Target`, where the interaction graph would be built
incorrectly. This could result in excessive runtimes due to the graph being
far more complex than necessary.