qiskit.circuit.Delay.broadcast_arguments¶
- Delay.broadcast_arguments(qargs, cargs)[fuente]¶
Validation of the arguments.
- Parámetros
qargs (List) – List of quantum bit arguments.
cargs (List) – List of classical bit arguments.
- Campos
Tuple(List, List) – A tuple with single arguments.
- Muestra
CircuitError – If the input is not valid. For example, the number of arguments does not match the gate expectation.