Skip to content

bloqade.squin.stdlib.simple.gate.s_adj

← Module overview

functions_adjsource

bloqade.squin.stdlib.simple.gate.s_adj

def s_adj(qubit: Qubit) -> None

Apply the adjoint of an S gate to a qubit.

Parameters

NameTypeDescription
qubitQubitTarget qubit.
source