Skip to content

bloqade.native.stdlib.simple.sqrt_x

← Module overview

functionsqrt_xsource

bloqade.native.stdlib.simple.sqrt_x

def sqrt_x(qubit: qubit.Qubit)

Apply a sqrt(X) gate on a single qubit.

Parameters

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