Skip to content

bloqade.native.stdlib.broadcast.rz

← Module overview

functionrzsource

bloqade.native.stdlib.broadcast.rz

def rz(angle: float, qubits: ilist.IList[qubit.Qubit, Any])

Apply an RZ rotation gate on a group of qubits.

Parameters

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