Skip to content

bloqade.native.stdlib.broadcast.t_adj

← Module overview

functiont_adjsource

bloqade.native.stdlib.broadcast.t_adj

def t_adj(qubits: ilist.IList[qubit.Qubit, Any])

Apply the adjoint of aT gate on a group of qubits.

Parameters

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