Table of Contents

Pauli Y Gate

Pauli Y combines a bit flip (X) and a phase flip (Z), with a relative phase.

Matrix:

$$Y = \begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix}$$

Action: $Y|0\rangle = i|1\rangle$, $Y|1\rangle = -i|0\rangle$.

Properties

Uses

Implementation