Skip to content

bloqade.squin.stdlib.simple.gate.sqrt_x_adj

← Module overview

functionsqrt_x_adjsource

bloqade.squin.stdlib.simple.gate.sqrt_x_adj

def sqrt_x_adj(qubit: Qubit) -> None

Apply the adjoint of a Sqrt(X) gate to a qubit.

Parameters

NameTypeDescription
qubitQubitTarget qubit.
source