Skip to content

bloqade.native.stdlib.simple.s_dag

← Module overview

functions_dagsource

bloqade.native.stdlib.simple.s_dag

def s_dag(qubit: qubit.Qubit)

Apply the adjoint of the S gate on a single qubit.

Parameters

NameTypeDescription
qubitqubit.QubitThe qubit to apply the adjoint S gate to.
source