cirq.identity_each

Returns a single IdentityGate applied to all the given qubits.

*qubits The qubits that the identity gate will apply to.

An identity operation on the given qubits.

ValueError If the qubits are not instances of Qid.