The non-Clifford T gate.
cirq.T(
*qubits, **kwargs
)
Used in the notebooks
Used in the tutorials |
---|
The exponent=0.25
instance of cirq.ZPowGate
.
The unitary matrix of cirq.T
is
\[ \begin{bmatrix} 1 & 0 \\ 0 & e^{i \pi /4} \end{bmatrix} \]