bloqade.native.stdlib.simple.phased_xz
← Module overview
function
source
functionphased_xz¶source
bloqade.native.stdlib.simple.phased_xz
Signature
def phased_xz(x_rad: float, z_rad: float, axis_phase_rad: float, qubit: qubit.Qubit)Apply a PhasedXZ gate on a single qubit.
Parameters
| Name | Type | Description |
|---|---|---|
x_rad | float | X rotation angle in radians. |
z_rad | float | Z rotation angle in radians. |
axis_phase_rad | float | Axis phase in radians. |
qubit | qubit.Qubit | The qubit to apply the gate to. |