mirror of https://github.com/Qiskit/qiskit.git
8 lines
359 B
YAML
8 lines
359 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The qubit-argument broadcasting of :meth:`.QuantumCircuit.delay` now correctly produces
|
|
individual :class:`~.circuit.Delay` instructions for each qubit, as intended. Previously, when
|
|
given certain iterables (such as :class:`set`\ s), it would instead silently produce an invalid
|
|
circuit that might fail in unusual locations.
|