mirror of https://github.com/Qiskit/qiskit.git
9 lines
387 B
YAML
9 lines
387 B
YAML
---
|
|
features_transpiler:
|
|
- |
|
|
Improved handling of ancilla qubits in the :class:`.HighLevelSynthesis`
|
|
transpiler pass. For example, a circuit may have custom gates whose
|
|
definitions include :class:`.MCXGate`\s. Now the synthesis algorithms
|
|
for the inner MCX-gates can use the ancilla qubits available on the
|
|
global circuit but outside the custom gates' definitions.
|