Skip to content

bloqade.squin.stdlib.simple.gate.sqrt_z_adj

← Module overview

functionsqrt_z_adjsource

bloqade.squin.stdlib.simple.gate.sqrt_z_adj

def sqrt_z_adj(qubit: Qubit) -> None

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

Parameters

NameTypeDescription
qubitQubitTarget qubit.
source