cirq.parallel_gate_op

Constructs a ParallelGate using gate and applies to all given qubits

Used in the notebooks

Used in the tutorials

gate The gate to apply
*targets The qubits on which the ParallelGate should be applied.

ParallelGate(gate, len(targets)).on(*targets)