...

/

The Two Qubit States and Their Transformation

The Two Qubit States and Their Transformation

Get introduced to the two-qubit states and their transformation.

We'll cover the following...

Two qubit states

Let’s say we have two qubits. We can call them a|a\rangle and b|b\rangle. Each of the two qubits has its own probability amplitudes: a=a00+a11=[a0a1]|a\rangle=a_0|0\rangle+a_1|1\rangle=\begin{bmatrix}a_0 \\ a_1\end{bmatrix} and b=b00+b11=[b0b1]|b\rangle=b_0|0\rangle+b_1|1\rangle=\begin{bmatrix}b_0 \\ b_1\end{bmatrix}. When we look at these two qubits concurrently, there are four different combinations of the basis states. Each of these combinations has its probability amplitude. These are the products of the probability amplitudes of the two corresponding states.

  • a00b00a_0|0\rangle b_0 |0\rangle
  • a00b11a_0|0\rangle b_1 |1\rangle
  • a11b00a_1|1\rangle b_0 |0\rangle
  • a11b11a_1|1\rangle b_1 |1\rangle

These four states form a quantum system on their own. Therefore, we can represent them in a single equation. While we are free to choose an arbitrary name for the state, we use ab|ab\rangle because this state is the collective quantum state of a|a\rangle and ...