Skip to content

bloqade.squin.stdlib.simple.gate.y

← Module overview

functionysource

bloqade.squin.stdlib.simple.gate.y

def y(qubit: Qubit) -> None

Apply a Pauli-Y gate to a qubit.

Parameters

NameTypeDescription
qubitQubitTarget qubit.
source