Curriculum / Entanglement & Protocols / Bell States Deep Dive
Bell States Deep Dive
Explore all four Bell states and their unique properties.
Bell States Deep Dive
In Track 1, you created the Φ+ Bell state, the simplest maximally entangled two-qubit state. There are actually four Bell states, and together they form a complete orthonormal basis for two-qubit systems. Every entanglement-based quantum protocol, teleportation, superdense coding, quantum key distribution, revolves around preparing, manipulating, or measuring one of these four states.
Entanglement as a Quantum Resource
In quantum information theory, entanglement is treated as a resource, like energy or bandwidth. A shared Bell state between two parties (Alice and Bob) enables tasks that are classically impossible:
- •Superdense coding: Alice transmits 2 classical bits by sending just 1 qubit
- •Quantum teleportation: Alice transfers an arbitrary quantum state to Bob without physically moving any qubit
- •Device-independent QKD: Measuring correlated Bell pairs reveals any eavesdropper with certainty
None of these work with product (unentangled) states. The specific resource is the maximal entanglement that Bell states carry.
A two-qubit pure state is maximally entangled when tracing out either qubit leaves the other in the maximally mixed state, completely random in every measurement basis. The four Bell states form an orthonormal basis of two-qubit space, and each one is maximally entangled, with reduced density matrices ρ = I/2. They are not the only maximally entangled states, however: any state related to them by a local unitary, such as (|00⟩ + i|11⟩)/√2, is also maximally entangled. Paradoxically, although the joint state is perfectly known, each individual qubit is completely uncertain. The next lesson, Density Matrices and Mixed States, makes this precise.
The Four Bell States
All four Bell states emerge from one common recipe: Hadamard on qubit 0, then CNOT(0→1). Pauli corrections steer you to the other three:
- •Φ+ = (|00⟩ + |11⟩)/√2, Standard Bell pair. H(0) then CX(0,1). No extra gates.
- •Φ- = (|00⟩ − |11⟩)/√2, Apply Z to qubit 0 after the pair (phase flip).
- •Ψ+ = (|01⟩ + |10⟩)/√2, Apply X to qubit 1 after the pair. Qubits always opposite.
- •Ψ- = (|01⟩ − |10⟩)/√2, Apply both X(1) and Z(0) after the pair.
This is the opening of the lesson. The full walkthrough, the interactive circuit, and the graded challenge continue inside myqubit.
How this lesson works
A hands-on coding challenge. You write Qiskit-compatible Python in the browser editor, run it instantly via WebAssembly, watch the circuit and Bloch sphere react, and pass automatic output checks. The AI tutor Qubitus gives Socratic hints if you get stuck.
Part of: Entanglement & Protocols
Master multi-qubit systems, quantum teleportation, and cryptographic protocols.
This lesson is part of Pro
Unlock Entanglement & Protocols and all 10 tracks with Pro: $12.99/month, $79/year, or $97 lifetime. Start with the free track first if you are new.