Skip to content

bloqade.squin.stdlib.simple.gate.sqrt_y_adj

← Module overview

functionsqrt_y_adjsource

bloqade.squin.stdlib.simple.gate.sqrt_y_adj

def sqrt_y_adj(qubit: Qubit) -> None

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

Parameters

NameTypeDescription
qubitQubitTarget qubit.
source