States on a Composite System

Recall all the way back to what a quantum state is.

A composite quantum state is a state that lives in a Composite System. Recall Tensor Product of two Hilbert spaces HAH_A and HBH_B. A state on a composite system can be written as a sum of tensor products of Ket (State) on the individual subsystems.

ψ=ijaijviwjHAHB\left\lvert \psi \right\rangle=\sum_{ij} a_{ij}\left\lvert v_i \right\rangle\otimes\left\lvert w_j \right\rangle\quad \in H_A\otimes H_B

Another way to notationally write this is

ψ(AB)=ijaijviAwjB\boxed{\left\lvert \psi^{(AB)} \right\rangle=\sum_{ij} a_{ij}\left\lvert v_i \right\rangle_A\otimes\left\lvert w_j \right\rangle_B}

The following is a product state. For some vHA\left\lvert v^* \right\rangle\in H_A and wHB\left\lvert w^* \right\rangle\in H_B, a product state can be written as a tensor product of the two states

ψ=vwvHA,wHB\left\lvert \psi \right\rangle=\left\lvert v^* \right\rangle\otimes\left\lvert w^* \right\rangle\quad \left\lvert v^* \right\rangle\in H_A, \left\lvert w^* \right\rangle\in H_B

An entangled state is any state ψ\left\lvert \psi \right\rangle which is not a product state. This means it is not always possible to assign state Vector to individual subsystems.

Einstein famously called this "Spooky action at a distance."

Example 1

Let dimHA=dimHB=2\dim H_A = \dim H_B = 2. Let

ψ1=12(0,0+0,1+1,0+1,1)\left\lvert \psi_1 \right\rangle=\frac{1}{2}(\left\lvert 0,0 \right\rangle+\left\lvert 0,1 \right\rangle+\left\lvert 1,0 \right\rangle+\left\lvert 1,1 \right\rangle)

Note these are being tensor producted with each other but notation wise, we don’t write \otimes for simplicity.

=12(00+01+10+11)= \frac{1}{2}\big(|0\rangle |0\rangle + |0\rangle |1\rangle + |1\rangle |0\rangle + |1\rangle |1\rangle\big) \\ =12(0(0+1)+1(0+1))= \frac{1}{2}\big(|0\rangle(|0\rangle + |1\rangle) + |1\rangle(|0\rangle + |1\rangle)\big) =12(0+1)(0+1)= \frac{1}{2}(|0\rangle + |1\rangle)(|0\rangle + |1\rangle)

As 0+1\left\lvert 0 \right\rangle+\left\lvert 1 \right\rangle forms a state inside HAH_A and also HBH_B, this follows the form

ψ=vwvHA,wHB\left\lvert \psi \right\rangle=\left\lvert v^* \right\rangle\left\lvert w^* \right\rangle\quad \left\lvert v^* \right\rangle\in H_A, \left\lvert w^* \right\rangle\in H_B

Example 2

Let

ψ2=12(0,0+0,1+1,01,1)\left\lvert \psi_2 \right\rangle=\frac{1}{2}(\left\lvert 0,0 \right\rangle+\left\lvert 0,1 \right\rangle+\left\lvert 1,0 \right\rangle-\left\lvert 1,1 \right\rangle) =12(00+01+1011)= \frac{1}{2}\big(|0\rangle |0\rangle + |0\rangle |1\rangle + |1\rangle |0\rangle - |1\rangle |1\rangle\big) \\ =12(0(0+1)+1(01))= \frac{1}{2}\big(|0\rangle(|0\rangle + |1\rangle) + |1\rangle(|0\rangle - |1\rangle)\big) =12(0++1)= \frac{1}{2}\big(|0\rangle\left\lvert + \right\rangle+\left\lvert 1 \right\rangle\left\lvert - \right\rangle\big)

This does not follow the form

ψ=vwvHA,wHB\left\lvert \psi \right\rangle=\left\lvert v^* \right\rangle\left\lvert w^* \right\rangle\quad \left\lvert v^* \right\rangle\in H_A, \left\lvert w^* \right\rangle\in H_B

This is not written cleanly as a product of two product states in HAH_A, HBH_B respectively. Hence it is entangled.

Checking if a state is entangled

To check if a state is entangled, this is an easy way to do it. Let this be the state that we want to check if it is entangled.

a11v1,w1+a12v1,w2+a21v2,w1+a22v2,w2a_{11}\left\lvert v_1,w_1 \right\rangle+a_{12}\left\lvert v_1, w_2 \right\rangle+a_{21}\left\lvert v_2, w_1 \right\rangle + a_{22}\left\lvert v_2, w_2 \right\rangle

Does it follow in this form

(a1v1+a2v2)(b1w1+b2w2)(a_1\left\lvert v_1 \right\rangle+a_2\left\lvert v_2 \right\rangle)\otimes(b_1\left\lvert w_1 \right\rangle+b_2\left\lvert w_2 \right\rangle)

To have a solution

a11=a1b1a_{11} = a_1b_1 a21=a2b1a_{21} = a_2b_1 a12=a1b2a_{12} = a_1b_2 a22=a2b2a_{22} = a_2b_2 a11a22a12a21=a1b1a2b2a1a2a2b1=0a_{11}a_{22}-a_{12}a_{21}=a_1b_1a_2b_2-a_1a_2a_2b_1=0

Must all be true.

Hence

product statedet(a11a12a21a22)=0\text{product state} \Leftrightarrow \det\begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}=0

Notation

Note that

0(A)1(B)=0,1=01\ket{0^{(A)}}\ket{1^{(B)}}=\ket{0,1}=\ket{01}

The first bit is implicitly in the basis of the first Qubit, the second bit is implicitly in the basis of the second qubit