Skip to content

tsim.core.instructions.c_zyx

← Module overview

functionc_zyxsource

tsim.core.instructions.c_zyx

def c_zyx(b: GraphRepresentation, qubit: int) -> None

Left handed period 3 axis cycling gate, sending Z -> Y -> X -> Z.

Parameters

NameTypeDescription
bGraphRepresentation
qubitint
source