Quantum Computing Ultralearning - Week 3 & 4: Quantum Mechanics

#quantum #computer-science #maths #ultralearning

"I think I can safely say that nobody understands quantum mechanics." - Richard Feynman

This post summarizes things I've learned/reviewed over the 3rd and 4th week of my Quantum Computing Ultralearning challenge, and should be considered as study notes instead of a fully-explained-and-very-detailed article on quantum mechanics, since this topic is complex and other experts have done that work before (see references).

We will start from an overview of quantum mechanics, then consider the four postulates: states, dynamics, measurement, and composite system. The final parts are the summary and further readings.

What is Quantum Mechanics #

"It's a set of four postulates that provide a mathematical framework for describing the universe and everything in it." [2]

Postulate 1 - States #

"Associated to any physical system is a complex vector space known as the state space of the system. If the system is isolated, then the system is completely described by its state vector, which is a unit vector in the system's state space." [2]

Postulate 2 - Dynamics #

"The evolution of an isolated quantum system is described by a unitary matrix acting on the state space of the system. That is, the state \( \ket{\psi} \) of the system at a time \( t_1 \) is related to the state \( \ket{\psi'} \) at a later time \( t_2 \)​ by a unitary matrix, \( U: \ket{\psi'} = U\ket{\psi} \). That matrix \( U \) may depend on the times \( t_1 \) and \( t_2 \), but does not depend on the states \( \ket{\psi} \) and \( \ket{\psi'} \)." [2]

Postulate 3 - Measurement #

"Quantum measurements are described by a collection \( \{ M_m \} \) of measurement operators. Each \(M_m\) is a matrix acting on the state space of the system being measured. The index \(m\) takes values corresponding to the measurement outcomes that may occur in the experiment. If the state of the quantum system is \(\ket{\psi}\) immediately before the measurement then the probability that result \(m\) occurs is given
\[ p(m) = \bra{\psi} M_m^{\dagger} M_m \ket{\psi} \space , \]
and the state of the system after the measurement, often called the posterior state, is
\[ \frac{ M_m\ket{\psi }}{ \sqrt{ \bra{\psi} M_m^{\dagger} M_m \ket{\psi} } } \]
It's worth noting that:

  • (a) the denominator is just the square root of the probability \(p(m)\).
  • (b) this is a properly normalized quantum state.

The measurement operators satisfy the completeness relation:
\[ \sum_m{ M_m^{\dagger} M_m = I } \]
" quoted from [2].

Postulate 4 - Composite System #

"The state space of a composite physical system is the tensor product of the state spaces of the component physical systems.
Moreover, if we have systems numbered \(1\) through \(n\), and system number \(j\) is prepared in the state \(\ket{\psi_j}\), then the joint state of the total system is just the tensor product of the individual states:
\[\ket{\psi_1} \otimes \ket{\psi_2} \otimes \space ... \otimes \space \ket{\psi_n}\]" quoted from [2].

Summary #

Finally, to recap the main points of this post, we thankfully have the below image, which is from the section Quantum mechanics in a nutshell of [2]:
Quantum mechanics in a nutshell

One thing I should have done better: studying this topic after already grasped the qubit and quantum circuits ones, since there are a lot of examples to illustrate the above concepts using quantum circuits. This is also the recommended order in [2].

Further readings #

  1. Why are so many physicists so upset about quantum mechanics? - Andy Matuschak and Michael Nielsen.
  2. A “no math” (but seven-part) guide to modern quantum mechanics - Miguel F. Morales

References #

1. Book: Chapter 2 of Quantum Computation and Quantum Information (10th Anniversary Edition).
2. Quantum mechanics distilled - Andy Matuschak and Michael Nielsen.
3. Why the world needs quantum mechanics - Michael Nielsen.
4. The postulates of quantum mechanics I: states and state space - Michael Nielsen.
5. The postulates of quantum mechanics II: dynamics - Michael Nielsen.
6. The postulates of quantum mechanics III: measurement - Michael Nielsen.


Since you've made it this far, sharing this article on your favorite social media network would be highly appreciated!
For feedback, ping me on Twitter.

All the information on this blog are my own opinions and do NOT represent the views or opinions of any of my past or current employers.

Published