delay#
Module: iqm.qrisp_iqm.custom_pulse_operations
- iqm.qrisp_iqm.custom_pulse_operations.delay(*qubits, **kwargs) None#
Applies a
delayoperation to the specified qubits in a quantum circuit.- Parameters:
qubits (QuantumVariable or Qubit) – The qubits or QuantumVariables to apply the delay to.
duration (float) – The duration of the delay in seconds.
- Return type:
None