cirq_rigetti.quil_input.Y

The Pauli Y gate.

This is the exponent=1 instance of the cirq.YPowGate.

The unitary matrix of cirq.Y is:

\[ \begin{bmatrix} 0 & -i \\ i & 0 \end{bmatrix} \]