Skip to content

bloqade.qasm3.rx

← Module overview

functionrxsource

bloqade.qasm3.rx

def rx(qarg: Qubit, theta: float) -> None

Apply the RX rotation gate.

Parameters

NameTypeDescription
qargQubitThe qubit to apply the gate to.
thetafloatThe rotation angle.
source