bloqade.native.stdlib.broadcast.rx
← Module overview
function
source
functionrx¶source
bloqade.native.stdlib.broadcast.rx
def rx(angle: float, qubits: ilist.IList[qubit.Qubit, Any])Apply an RX rotation gate on a group of qubits.
Parameters
| Name | Type | Description |
|---|---|---|
angle | float | Rotation angle in radians. |
qubits | ilist.IList[qubit.Qubit, Any] | Target qubits. |