The Quantum Game
A handbook for understanding quantum math in articlesPermalink
We all agree that quantum mechanics is weird and fascinating: it can teleport information, connect particles across space and time, and even speed up computations that would take centuries. Our mission at The Quantumist is to make this field a bit more accessible by walking you through the steps and reasonings in a colloquial manner. However, one cannot fully grasp what is going on under the hood without understanding some of the math. We believe math can be seen as a game, and the “rules” of this game determine the symbols you can write and how you can manupulate them. The purpose of this article is to serve as a cheat-sheet for the basic rules that apply when dealing with the math of quantum computing, and is intended for people that want to get their hands dirty. We will expand it in the future with additional notions and tricks we deem useful.
Matrix multiplication refresherPermalink
This section is intended as a light refresh on one basic linear algebra concept that is fundamental for understanding the rest of the article. Feel free to skip it if you feel you already know these notions.
Matrix multiplication is a basic operation useful to understand how quantum states evolve and how quantum gates combine with each other. To perform a matrix multiplication we of course need two matrices to multiply,
Now, let’s see how we can actually compute the matrix product. The generic element
As an example, let’s take a look at the following, with
Note that
Matrix notationPermalink
A recap of quantum gatesPermalink
Just as classical computers have logical gates to manipulate information, quantum computers have quantum gates. They serve the purpose of manipulating quantum states - effectively changing the shape of the probability distribution - in order to express some logical function. All quantum gates - and all quantum operators at large - act in a linear fashion. This means we can represent them in a matrix form. Moreover, every generic gate
Gate | Symbol | Matrix form |
---|---|---|
Identity | ||
Pauli-X | ||
Pauli-Y | ||
Pauli-Z | ||
Hadamard | ||
CNOT | ||
SWAP | ||
Controlled-Z | ||
Toffoli |
Applying quantum gates in matrix formPermalink
The result of applying a quantum gate to a state can be calculated simply as a matrix multiplication of the gate with the state. The effect of a gate can be easily understood once one visualizes the problem using linear algebra. To this regard, we recommend an excellent and intuitive explanation of these concepts: 3Blue1Brown’s Essence of linear algebra.
An intuition coming from linear algebra is that gates in matrix formulation are a map to where the base states end up. Let’s take a look at the following example with a Pauli-Y gate on the
Observe how the final output corresponds to the
Let’s make a final example with a CNOT gate applied to a larger, 2-qubit state:
Dirac notationPermalink
Quantum states in Dirac notationPermalink
Doing the math in matrix notation can get out of hand very quickly. Let’s take the case of a qubit system made of three
As you can see, this notation is very cumbersome, especially when dealing with large qubit systems whose vector size grows exponentially. For this reason, quantum scientists developed a shorthand form - Dirac notation - that concisely represents the constituent qubits of a system. In this notation, the 3-qubit system seen before is written as
There is more! Scientists came up with many different ways of shortening and re-writing the notation while meaning the same thing.
Here is a quick reference of alternative ways you can use to refer to a quantum system (in this case we take
: Mathematical definition of stacking together multiple qubits in the same ket. : Shorthand for the Kronecker product. : The way qubits are split in different kets can be moved around. : Three concatenated states.
Let’s now take a different case. Suppose that we want to write a full superposition of all states in an
For example, the 2-qubit superposition
Quantum gates in Dirac notationPermalink
When dealing with quantum computations, you may deal with long and cumbersome operations that cannot be further reduced. A way of speeding up your calculations is to work directly in Dirac notation. To do so, we first need to lay down some rules to make sure we are playing the game correctly.
Rule of behavioursPermalink
All gates act in easy to describe ways. The outcome of passing a superposition through a gate can be obtained by applying the gate separately on each basis state and summing the results. Moreover, you can deduce this behavior by looking at the columns of the matrix form of the gate, in the same way we did for the matrix prodct. Let’s take a look at an example that shows how to transition from matrix notation to the Dirac one.
Let’s consider gate
Indeed, the first column of
Here is a table summarizing the behaviours of the main gates:
Gate | Symbol | Mapping | Description |
---|---|---|---|
Identity | Does nothing | ||
Pauli-X | Quantum NOT. Turns |
||
Pauli-Y | Similar to |
||
Pauli-Z | Similar to |
||
Hadamard | Creates a superposition | ||
Shifts |
|||
CNOT | If the first qubit is |
||
SWAP | Swaps the two qubits | ||
Controlled-Z | Flips the sign of the target qubit if both qubits are in the |
||
Toffoli | Flips the third qubit if both first and second qubits are |
Rule of parallel gatesPermalink
Gates stack like states do. In other words, one can represent three parallel
Rule of matching sizesPermalink
In Dirac notation, a gate is always applied to the state to its right. States and the gates we pass them through must match in size. For example, the operation
Let’s now see how one can use these shortcuts to work through the math without using the lengthy matrix notation.
Example 1 - Single-qubit gates in Dirac notationPermalink
Write the result of applying the gate
Example 2 - Multiple-qubit gates in Dirac notationPermalink
Write the result of applying the gate
Reading quantum circuitsPermalink
Oftentimes, papers and books present quantum algorithms using the circuit that describes them. Going from the diagram to the math and viceversa can be confusing, therefore we summarized here some useful rules to keep in mind in order to correctly interpret the notation.
- Gates in series correspond to consecutive matrix products

- Gates in parallel correspond to a tensor product

As a sanity check, remember that the formula you obtain must satisfy the “rule of matching sizes”. Translating a diagram and finding something like
ConclusionPermalink
If you got this far, congratulations! This article is very dense and tries to summarise many concepts in the simplest way possible. Don’t worry if you couldn’t memorize all notions, it’s normal to feel this way. The purpose of this article is to be a quick guide to return to in case you stumble upon some confusing math later on. Remember to come back from time to time, as new tips and tricks may be added later on. See you soon!
Quantum gate summary tablePermalink
Gate | Symbol | Mapping | Matrix form | Description |
---|---|---|---|---|
Identity | Does nothing | |||
Pauli-X | Quantum NOT. Turns |
|||
Pauli-Y | Similar to |
|||
Pauli-Z | Similar to |
|||
Hadamard | Creates a superposition | |||
Shifts |
||||
CNOT | If the first qubit is |
|||
SWAP | Swaps the two qubits | |||
Controlled-Z | Flips the sign of the target qubit if both qubits are in the |
|||
Toffoli | (Omitted for readability) | Flips the third qubit if both first and second qubits are |
SourcesPermalink
Nielsen, M., & Chuang, I. (2010). Quantum Computation and Quantum Information: 10th Anniversary Edition. Cambridge: Cambridge University Press. doi:10.1017/CBO9780511976667