bloqade.native.stdlib.simple.sqrt_x_adj
← Module overview
function
source
functionsqrt_x_adj¶source
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
| Name | Type | Description |
|---|---|---|
qubit | qubit.Qubit | The qubit to apply the adjoint sqrt(X) gate to. |