qiskit/releasenotes/notes/0.20/rework-basis-translator-a83...

8 lines
267 B
YAML

---
features:
- |
The basis search strategy in :class:`~.BasisTranslator` transpiler pass
has been modified into a variant of Dijkstra search which greatly improves
the runtime performance of the pass when attempting to target an unreachable
basis.