tqec.circuit.operations.operation.make_shift_coords

make_shift_coords(*shifts: int) Operation[source]

This is a helper function to make a :class:~ShiftCoords operation with the cirq.VirtualTag tag.

Parameters:

*shifts – How much to shift each coordinate.

Returns:

A ShiftCoords operation with the cirq.VirtualTag tag.