cirq.measure_each

Returns a list of operations individually measuring the given qubits.

Used in the notebooks

Used in the tutorials

The qubits are measured in the computational basis.

*qubits The qubits to measure. These can be passed as separate function arguments or as a one-argument iterable of qubits.
key_func Determines the key of the measurements of each qubit. Takes the qubit and returns the key for that qubit. Defaults to str.

A list of operations individually measuring the given qubits.