Table of Contents

T† gate (inverse T gate)

T† gate (also written T-dagger or T inverse) applies a $-45°$ phase to the $|1\rangle$ state. It is the inverse of the T gate, with $T^\dagger T = I$ and $T^\dagger = T^7$ (since $T^8 = I$). Like the T gate, T† is non-Clifford and essential for universal quantum computation.

Matrix:

$$T^\dagger = \begin{pmatrix} 1 & 0 \\ 0 & e^{-i\pi/4} \end{pmatrix}$$

Action: $T^\dagger|0\rangle = |0\rangle$, $T^\dagger|1\rangle = e^{-i\pi/4}|1\rangle$ (adds $-\pi/4$ phase to $|1\rangle$).

Properties

Relation to T and phase gates

$$T^\dagger = T^{-1} = T^7 = R_Z(-\pi/4) = e^{i\pi Z/8}$$

$$(T^\dagger)^2 = S^\dagger = R_Z(-\pi/2)$$

$$(T^\dagger)^4 = Z = R_Z(\pi)$$

$$T T^\dagger = I$$

The hierarchy: $T^\dagger$ ↔ $S^\dagger$ ↔ $Z$ mirrors the $T$ → $S$ → $Z$ progression.

Expense and magic state distillation

Uses

Implementation

Relations