Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Intrinsic.Y
operation Y(qubit : Qubit) : Unit is Adj + Ctl
Summary
Applies the Pauli Y gate.
Input
qubit
Qubit to which the gate should be applied.
Remarks
$$ \begin{align} \sigma_y \mathrel{:=} \begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix}. \end{align} $$