delay

Contents

delay#

Module: iqm.qrisp_iqm.custom_pulse_operations

iqm.qrisp_iqm.custom_pulse_operations.delay(*qubits, **kwargs) None#

Applies a delay operation 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