mirror of https://github.com/Qiskit/qiskit.git
9 lines
495 B
YAML
9 lines
495 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The :class:`.GateDirection` transpiler pass will now use discrete-basis translations rather than
|
|
relying on a continuous :class:`.RYGate`, which should help make some discrete-basis-set targets
|
|
slightly more reliable. In general, :func:`.transpile` only has partial support for basis sets
|
|
that do not contain a continuously-parametrized operation, and so it may not always succeed in
|
|
these situations, and will almost certainly not produce optimal results.
|