deltakit.circuit.ShiftCoordinates.permute_stim_circuit#

ShiftCoordinates.permute_stim_circuit(stim_circuit: Circuit, _qubit_mapping=None)#

Updates stim_circuit with the single stim circuit which contains this single coordinate shift

Parameters:
  • stim_circuit (stim.Circuit) – The stim circuit to be updated with the stim representation of this single coordinate shift

  • _qubit_mapping (None) – Unused argument to keep interface with other layer classes clean.