deltakit.explorer.qpu.NativeGateSet.add_gate#

NativeGateSet.add_gate(gate: type[Gate], time: float = 1.0) None#

Add a gate and associated time to the native gate set.

Parameters:
  • gate (Type[Gate]) – Gate to be added.

  • time (float, optional) – Time of the gate to be added. By default, 1.0.