Skip to content

bloqade.squin.stdlib.simple.gate.sqrt_x

← Module overview

functionsqrt_xsource

bloqade.squin.stdlib.simple.gate.sqrt_x

def sqrt_x(qubit: Qubit) -> None

Apply a Sqrt(X) gate to a qubit.

Parameters

NameTypeDescription
qubitQubitTarget qubit.
source