7.7 Gates and unitary matrices
The collection of all 2 by 2 unitary matrices (subsection 5.7.5 C form a group under multiplication called the unitary group of degree 2. It is denoted by U(2, C). It is a subgroup of GL(2, C), the general linear group of degree 2 over C.
Every 1-qubit gate corresponds to such a unitary matrix. We can create all 2 by 2 unitary matrices from the identity and Pauli matrices.
Any U in U(2, C) can be written as a product of a complex unit times a linear combination of unitary matrices
U = eθ i (cI2 I2 + cσx σx + cσy σy + cσz σz)
where we have the following definitions, properties, and identities:
- I2 is the 2 by 2 identity matrix
- cσx cσy, and cσz are Pauli matrices
- 0 ≤ θ < 2π
- cI2 is in R
- cσx, cσy, and cσz are in C
- |cI2|2 + |cσx|2 + |cσy|2 + |cσ...