mirror of https://github.com/Qiskit/qiskit.git
7 lines
305 B
YAML
7 lines
305 B
YAML
---
|
|
upgrade_transpiler:
|
|
- |
|
|
It is no longer allowable to pass ``None`` as the ``qargs`` or ``cargs`` parameters in
|
|
:meth:`.DAGCircuit.apply_operation_back` and :meth:`~.DAGCircuit.apply_operation_front`. If you
|
|
want to explicitly pass an empty argument, use the empty tuple ``()`` instead.
|