Skip to content

bloqade.squin.stdlib.broadcast.gate.t_adj

← Module overview

functiont_adjsource

bloqade.squin.stdlib.broadcast.gate.t_adj

def t_adj(qubits: ilist.IList[Qubit, Any]) -> None

Apply the adjoint of a T gate to a group of qubits.

Parameters

NameTypeDescription
qubitsilist.IList[Qubit, Any]Target qubits.
source