Daily Run: Quantum Entanglement
Day 1
Entropy of Bell states
- Fetched arXiv:quant-ph/0101012 for the definition of entanglement entropy.
- Computed the reduced density matrix of $|\Phi^+\rangle = (|00\rangle+|11\rangle)/\sqrt{2}$ using NumPy.
- Diagonalised it to find an entropy of $1.0$ bit, confirming maximal entanglement.
CHSH inequality checks
- Built the CHSH operator $S=A\otimes B + A\otimes B' + A'\otimes B - A'\otimes B'$ with Pauli matrices.
- Evaluated $\langle\Phi^+|S|\Phi^+\rangle$ numerically to obtain $2.8284$, saturating Tsirelson's bound $2\sqrt{2}$.
- Confirmed classical strategies are limited to $|S|\le 2$, demonstrating quantum nonlocality.
Schmidt decomposition of random states
- Generated a normalised random two‑qubit state and reshaped it into a $2\times2$ matrix.
- Applied singular value decomposition to extract Schmidt coefficients $(0.944, 0.329)$.
- Observed that non‑maximal coefficients correspond to partial entanglement.