Skip to content

bloqade.qasm3.x

← Module overview

functionxsource

bloqade.qasm3.x

def x(qarg: Qubit) -> None

Apply the X (Pauli-X) gate.

Parameters

NameTypeDescription
qargQubitThe qubit to apply the gate to.
source