Multi-Qubit Systems
Operations on multi-qubit systems
The Number of States
In a classical system we have two possible pieces of information - true or false. That's still the case here - we still work in binary on quantum systems. So for multi-qubit systems, how do we decide the number of distinguishable states?
We take the number of possible pieces of information (so 2 - 0 or 1) and we take it to the power of the number of qubits in the system, . So for a single qubit system:
A 2 Qubit System
Let's take the a 2 qubit system as an example. First let's determine the number of distinguishable states:
Our basis vectors will have the same number of dimensions as we have distinguishable states. If is the number of dimensions, we can say that .
For a system in 4 dimensions, we need 4 basis vectors which each have 4 elements. If the basis vectors for a single qubit system look like this:
Then we can extend this idea for the basis vectors of our two qubit system (Nielsen, M. - p. 16):
This makes sense - it's also true for a classical system. If we had two classical bits, we could arrange the following combinations:
, Both are 0
, The first is 0 and the second is 1
, The first is 1 and the second is 0
, Both are 1
Calculating the Probability of States
We already know that the probability of all possible states has to add up to 1. So, if we combine all our possible states like this:
Where are complex numbers representing the probability of each of the states being observed respectively, the probability of any specific state being observed is:
Recall that complex numbers are based on imaginary numbers, which become real when they're squared.
After we measure it, the qubit in question will collapse to a specific state (Nielsen, M. - p. 16).
Measuring Probabilities
Consider the following system:
Here we're considering the possible states for the first qubit in this system. Why just the first? Because we read multi-qubit systems from right to left, and the last qubit isn't changing:
We're only changing the possible states for the first qubit:
So let's calculate the probabilities in this situation:
For this system, the probabilities for the first qubit are equal - if we measure enough times we'll get 0 50% of the time and 1 50% of the time. The last qubit will always be 0.
Why do I say if we measure enough times? Because this is a probability distribution - nothing is guaranteed. If you measure this system an infinite number of times, you'll get a perfect 50/50 spread. Any less than that, and you'll get some noise - your measurement won't be perfect.
Notation for Systems with n Qubits
In a system with qubits, we label each state with the number represented by the decimal version of their binary identifier:
Where in the state, all the qubits in the system are 0, and for the state, all the qubits in the system are 1.
Recall also from our previous discussions on dot product, and basis that the inner product of any two of these basis vectors (labelled here and ) is 0, and that the inner product of any of these basis vectors with itself is 1:
Uniform Superposition
A special state for the qubit system is the uniform superposition, where the system is equally likely to collapse to any of the possible distinguishable states.
Notation
We label the uniform superposition with the vector:
For a single qubit system
So for a single qubit system:
For a 2 qubit system
And when we have a 2 qubit system:
We have double the state - double the probability to go around - so
We can also write this using as a shorthand for the "sum" or "series":
In general
This sum notation is handy when we start to talk about a whole bunch of qubits. So, for a system with qubits:
Where is defined as the probability of finding a qubit in the system in a particular state when the distribution is perfectly even (so each is equally likely). We can describe more precisely like this:
Earlier we learned that to get the real probability for a specific state, we need to square the value for , so...
And now with this new definition for , we can revise our formula from earlier:
Last updated