Chapter 1: Fundamentals of Quantum Information

In Chapter 1, you will learn quantum mechanics, which is necessary to fully understand how quantum computers work, and how to describe the states and operations of quantum computers. In particular, the idea of tensor products is essential for deep understanding of quantum computers. Although the computation of tensor products is a bit complicated, the Python math library SymPy supports algebraic processing of quantum mechanics, including tensor products. Let’s learn the basics of quantum mechanics and quantum computers while looking at the results of calculations using SymPy.

[ ]: