View source on GitHub |
Creates a WaitGate applied to all the given qubits.
cirq.wait(
*target,
duration: 'cirq.DURATION_LIKE' = None,
picos: Union[int, float, sympy.Expr] = 0,
nanos: Union[int, float, sympy.Expr] = 0,
micros: Union[int, float, sympy.Expr] = 0,
millis: Union[int, float, sympy.Expr] = 0
) -> cirq.Operation
The duration can be specified as a DURATION_LIKE or using keyword args with numbers in the appropriate units. See Duration for details.