> anishgoyal โ–ˆ


Notes โ€บ PHYS 3571: Quantum Computing Lecture 4

Quantum Circuits

calendar_today   article 279 words   access_time 2 min   replay Modified

Table of Contents

Quantum Circuits

Matrix Representation

Ket

$$\ket{0} \doteq \left( \begin{matrix} 1 \\ 0 \end{matrix} \right), \ \ \ \ \ \ket{1} \doteq \left( \begin{matrix} 0 \\ 1 \end{matrix} \right)$$ $$\ket{\psi} = \alpha \left( \begin{matrix} 1 \\ 0 \end{matrix} \right) + \beta \left( \begin{matrix} 0 \\ 1 \end{matrix} \right) = \left( \begin{matrix} \alpha \\ 0 \end{matrix} \right) + \left( \begin{matrix} 0 \\ \beta \end{matrix} \right) = \left( \begin{matrix} \alpha \\ \beta \end{matrix} \right) $$

Bra

$$\bra{0} = (\ket{0}^T)^{*} = (1 \ 0)$$ $$\bra{1} = (\ket{1}^T)^{*} = (0 \ 1)$$ $$\bra{\psi} = (\alpha^* \ \beta^*)$$

Inner Product

$$\braket{ \psi | \psi }= (\alpha^* \ \beta^*)\left( \begin{matrix} \alpha \\ \beta \end{matrix} \right) = \alpha^*\alpha + \beta^* \beta = |\alpha|^2 + |\beta|^2$$

Inner Product Example

04 Quantum Circuits 2026-02-03 12.01.36

Operators

Definition 04.1 (Hermitian).

The transpose of the conjugate matrix, denoted $M^{^{\dagger}}$. Has the following property:

$$\hat{U}^{\dagger} \hat{U} = \hat{U} \hat{U}^{\dagger} = \hat{I}$$
Definition 04.2 (Unitary Operators).

Any operator with the property $\hat{U}^{-1}=\hat{U}^{\dagger}$.

Definition 04.3 (Reversible Operators).

Given any operator $\hat{M}$, we say $\hat{M}$ is invertible (reversible) if $\exists \hat{M}^{-1}$ st:

$$\hat{M} \hat{M}^{-1} = I = \hat{M}^{-1}\hat{M}$$

References

Graph