CircuitRegion.shift_left

CircuitRegion.shift_left(amount_to_shift)[source]

Shift the region to the left by amount_to_shift.

Parameters:

amount_to_shift (int) – Subtract amount_to_shift from all cycle indices.

Raises:

ValueError – If the region would be shifted below zero as a result of performing this operation.