cirq_rigetti.quil_input.Z

The Pauli Z gate.

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

The unitary matrix of cirq.Z is:

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