cirq.wait

Creates a WaitGate applied to all the given qubits.

The duration can be specified as a DURATION_LIKE or using keyword args with numbers in the appropriate units. See Duration for details.

*target The qubits that should wait.
duration Wait duration (see Duration).
picos Picoseconds to wait (see Duration).
nanos Nanoseconds to wait (see Duration).
micros Microseconds to wait (see Duration).
millis Milliseconds to wait (see Duration).