qiskit.circuit.ContinueLoopOp.broadcast_arguments¶
- ContinueLoopOp.broadcast_arguments(qargs, cargs)¶
Validation of the arguments.
- パラメータ
qargs (List) – List of quantum bit arguments.
cargs (List) – List of classical bit arguments.
- 列挙
Tuple(List, List) – A tuple with single arguments.
- 例外
CircuitError – If the input is not valid. For example, the number of arguments does not match the gate expectation.