Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.library.Measure.broadcast_arguments

Measure.broadcast_arguments(qargs, cargs)[código fonte]

Validation of the arguments.

Parâmetros
  • qargs (List) – List of quantum bit arguments.

  • cargs (List) – List of classical bit arguments.

Yields

Tuple(List, List) – A tuple with single arguments.

Levanta

CircuitError – If the input is not valid. For example, the number of arguments does not match the gate expectation.