Skip to content

bloqade.squin.stdlib.simple.gate.t_adj

← Module overview

functiont_adjsource

bloqade.squin.stdlib.simple.gate.t_adj

def t_adj(qubit: Qubit) -> None

Apply the adjoint of a T gate to a qubit.

Parameters

NameTypeDescription
qubitQubitTarget qubit.
source