Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.WhileLoopOp.broadcast_arguments

WhileLoopOp.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.