Skip to content

bloqade.native.stdlib.broadcast.rx

← Module overview

functionrxsource

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

NameTypeDescription
anglefloatRotation angle in radians.
qubitsilist.IList[qubit.Qubit, Any]Target qubits.
source