mirror of https://github.com/Qiskit/qiskit.git
8 lines
351 B
YAML
8 lines
351 B
YAML
---
|
|
features_transpiler:
|
|
- |
|
|
:class:`.VF2PostLayout` now distinguishes between 'no solution' and 'no better solution' when
|
|
determining a :class:`.Layout` for a given quantum circuit. 'no better solution' is set when the
|
|
initial layout of a quantum circuit is also the optimal one, i.e. incurs the least cost in terms of
|
|
error rates.
|