Skip to content

tsim.core.instructions.sqrt_x

← Module overview

functionsqrt_xsource

tsim.core.instructions.sqrt_x

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

Apply √X gate (π/2 X rotation).

Parameters

NameTypeDescription
bGraphRepresentation
qubitint
source