Skip to content

bloqade.native.stdlib.simple.sqrt_x_adj

← Module overview

functionsqrt_x_adjsource

bloqade.native.stdlib.simple.sqrt_x_adj

def sqrt_x_adj(qubit: qubit.Qubit)

Apply the adjoint of sqrt(X) on a single qubit.

Parameters

NameTypeDescription
qubitqubit.QubitThe qubit to apply the adjoint sqrt(X) gate to.
source