Skip to content

bloqade.native.stdlib.broadcast.s_adj

← Module overview

functions_adjsource

bloqade.native.stdlib.broadcast.s_adj

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

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

Parameters

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