Y operation
Namespace: Microsoft.Quantum.Intrinsic
Package: Microsoft.Quantum.Type2.Core
Applies the Pauli $Y$ gate.
operation Y (qubit : Qubit) : Unit is Adj + Ctl
Description
\begin{align} \sigma_y \mathrel{:=} \begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix}. \end{align}
Input
qubit : Qubit
Qubit to which the gate should be applied.
Output : Unit
Feedback
Submit and view feedback for