Quantum Physics

Schrödinger's Cat

A thought experiment showing the absurdity of quantum measurement applied to macroscopic objects

Schrödinger's cat is a thought experiment (1935) — a cat in a sealed box with a radioactive atom that, if it decays, triggers poison. Quantum mechanically, the atom is in superposition of decayed and not-decayed; so the cat must be in superposition of dead and alive. Schrödinger highlighted this as ABSURD — exposing the measurement problem of quantum mechanics. Still debated today.

  • ProposedErwin Schrödinger, 1935
  • SetupCat + radioactive atom + Geiger counter + poison
  • Quantum prediction|Ψ⟩ = (|alive⟩ + |dead⟩) / √2 until observed
  • Schrödinger's intentShow absurdity of "naive" QM applied to macroscopic
  • Modern interpretationDecoherence — environmental coupling collapses macroscopic superpositions
  • Real cat experimentsPerformed with molecules of thousands of atoms

Interactive visualization

Press play, or step through manually. The visualization is yours to drive — try it before reading on.

Open visualization fullscreen ↗

Watch the 60-second explainer

A condensed visual walkthrough — narrated, captioned, under a minute.

The thought experiment

  1. A cat is placed in a sealed box.
  2. Box also contains: a radioactive atom (50% chance to decay in 1 hour), a Geiger counter, a hammer, and a vial of cyanide.
  3. If atom decays → counter clicks → hammer breaks vial → cat dies.
  4. If atom doesn't decay → cat lives.

Quantum mechanics: after 1 hour, atom is in superposition of decayed and not-decayed (50% each).

By extension — the cat is in superposition of dead and alive — until you open the box and "measure" it.

Modern resolution: decoherence

Environmental interactions destroy superpositions on timescales determined by:

ObjectDecoherence time
Electron in vacuum~10⁻⁹ s (with vacuum fluctuations)
Atom in optical lattice~10⁻³ s
Buckyball in air~10⁻¹² s
1 µm particle in air~10⁻²³ s
1 g object~10⁻⁴⁰ s (utterly negligible)
Cat-sized animalessentially instantaneous

So in practice, no matter how isolated, a cat-sized system decoheres faster than any reasonable observation. Cat is alive or dead long before opened.

Interpretations of QM

InterpretationResolutionExperimental predictions
Copenhagen (Bohr)Wave function collapses on measurementStandard QM
Many-Worlds (Everett)All outcomes happen, in different branchesStandard QM
Pilot wave (Bohmian)Real particles guided by waveStandard QM (mostly)
GRW / spontaneous collapseWave function spontaneously collapsesSlightly different at large scales
Decoherence (modern)Apparent collapse via environment couplingStandard QM
QBismQuantum states are subjective probabilitiesStandard QM

All interpretations agree on experimental predictions; they differ on "what's really happening."

Macroscopic quantum experiments

SystemQuantum behavior
SQUID (superconducting)10⁹ Cooper pairs in coherent state
BEC (Bose-Einstein condensate)Millions of atoms in same state
Buckyball interferenceC60 molecules (720 C atoms) interfered
Massive molecules~25,000 amu molecules in superposition
Mechanical resonatorsTrillion-atom resonators near ground state

Each pushes the boundary of "macroscopic quantum"; full cat-sized superposition not yet (and may never be) demonstrated.

JavaScript — Schrödinger cat simulation

// Simulate the cat experiment
function schrodingerCat(decayProbability = 0.5) {
  if (Math.random() < decayProbability) {
    return 'dead';
  }
  return 'alive';
}

// Run many "cats"
const trials = 10000;
let dead = 0;
for (let i = 0; i < trials; i++) {
  if (schrodingerCat() === 'dead') dead++;
}
console.log(`After ${trials} trials: ${dead} dead, ${trials - dead} alive`);
// ~50/50 — randomness from quantum decay (mathematically)

// Quantum superposition representation
class CatState {
  constructor(alpha_alive, beta_dead) {
    this.alpha = alpha_alive;
    this.beta = beta_dead;
  }
  
  // Probability of alive vs dead
  pAlive() { return this.alpha * this.alpha; }
  pDead() { return this.beta * this.beta; }
  
  // Apply decoherence (over time, system collapses to classical mixture)
  decohere() {
    // Off-diagonal coherences vanish; diagonal probabilities remain
    // Classically — definite outcome
    return Math.random() < this.pAlive() ? 'alive' : 'dead';
  }
}

// Cat in equal superposition
const cat = new CatState(1/Math.sqrt(2), 1/Math.sqrt(2));
console.log(`P(alive) = ${cat.pAlive()}`);  // 0.5
console.log(`P(dead) = ${cat.pDead()}`);    // 0.5
console.log(`Observed: ${cat.decohere()}`);

// Decoherence time scales (rough)
function decoherenceTime(mass_kg, T_K = 300, scale_m = 1e-9) {
  // Rough formula based on environmental scattering
  // Decoherence faster for larger mass, higher T, larger scale
  const baseTime = 1e-30;  // s
  return baseTime / (mass_kg * Math.sqrt(T_K) * scale_m);
}

console.log(`Electron in vacuum: ${decoherenceTime(9e-31).toExponential(2)} s`);
console.log(`1 mg dust grain: ${decoherenceTime(1e-6).toExponential(2)} s`);
// Macroscopic decoherence is essentially instantaneous

// Many-worlds: branches multiply
function manyWorlds(initialBranches, observations) {
  // Each observation doubles branches (binary outcomes)
  let branches = initialBranches;
  for (let i = 0; i < observations; i++) {
    branches *= 2;
  }
  return branches;
}

console.log(`After 10 quantum measurements: ${manyWorlds(1, 10)} branches`);  // 1024
console.log(`After 50: ${manyWorlds(1, 50)}`);  // 10¹⁵ branches!

Where Schrödinger's cat matters

  • Foundations of QM. Highlights measurement problem; foundational to ongoing debates.
  • Quantum computing. Decoherence is the enemy — must isolate qubits from environment to maintain superposition.
  • Macroscopic quantum experiments. Pushing systems to be larger and still quantum.
  • Philosophy of science. Frequently invoked in philosophical discussions of measurement, observation, reality.
  • Quantum information. Concepts like entanglement, decoherence essential for protocols.
  • Pop culture. Iconic representation of quantum weirdness (often misunderstood as mystical).
  • Education. Vivid demonstration of why classical intuition fails at quantum level.

Common mistakes

  • Treating it as a real experimental setup. It's a THOUGHT experiment to highlight QM's strangeness when applied to macroscopic objects. Schrödinger thought it was absurd — illustrating issues with naive interpretation.
  • Thinking the cat is "really" both alive and dead. Modern view: decoherence makes the cat effectively classical long before observation. The mathematical superposition is rapidly destroyed by environmental interactions.
  • Believing observation creates reality. Pop culture often says "looking inside" makes the cat alive or dead. Decoherence does it; observation just reveals the outcome.
  • Choosing one interpretation as correct. Multiple valid interpretations of QM with same experimental predictions. Choice is philosophical.
  • Conflating Schrödinger with quantum mysticism. The thought experiment is a precise illustration of math, not a license for mysticism. Wave function is a precise mathematical object.
  • Missing the original point. Schrödinger wasn't endorsing the cat-in-superposition idea; he was POINTING OUT it's absurd, suggesting QM needs better understanding.

Frequently asked questions

What was Schrödinger trying to show?

ABSURDITY of "Copenhagen interpretation" applied to large objects. Quantum says microscopic systems can be in superposition. If we trust this universally, a macroscopic cat (linked to a quantum event) would also be in superposition of alive AND dead. Schrödinger thought this was clearly nonsense — meaning QM needed clarification or extension.

How is Schrödinger's cat resolved in modern physics?

Decoherence. Macroscopic objects (cats, computers) interact strongly with environment. These interactions effectively "measure" the system continuously, destroying superpositions almost instantly (timescales 10⁻²⁰ to 10⁻³ seconds for typical objects). So the cat is effectively classical — alive OR dead, with classical probabilities — long before a human looks.

What's the measurement problem?

When does a quantum superposition "collapse" to a definite outcome? Schrödinger's equation (deterministic, linear) doesn't predict collapse. Yet measurements always give definite results. Different interpretations have different answers — Copenhagen (collapse on measurement), Many-Worlds (no collapse, all outcomes happen in different branches), GRW (spontaneous collapse), etc.

Are there interpretations of QM?

Yes — Copenhagen (orthodox; collapse on measurement), Many-Worlds (Everett — no collapse, all branches realize), GRW (spontaneous collapse), Pilot wave (Bohmian; particles + guiding wave), QBism (subjective probabilities). All make same experimental predictions; differ on what's "really happening." Choice is partly philosophical.

Have superposed cats been demonstrated?

Cats (literal) — no. Macroscopic-ish quantum superpositions: SQUIDs (superconducting flux states with billions of electron pairs), molecules of 10,000+ atoms in spatial superposition, mechanical resonators in superposition. Closer to "cat" in size, but environmental decoherence makes truly macroscopic experiments very hard.

How is decoherence different from measurement?

Measurement (in Copenhagen) — instantaneous collapse to one outcome upon observation. Decoherence — gradual loss of quantum coherence from environmental interactions. Decoherence makes quantum behavior LOOK classical without collapse — but doesn't pick which outcome. The "transition" from quantum to classical happens via decoherence.

Is Schrödinger's cat just a thought experiment, or relevant today?

Both. Originally philosophical critique. Now — relevant for quantum computing (qubits MUST avoid decoherence, despite environmental noise). Macroscopic quantum experiments push limits. Foundations of QM still debated. Decoherence theory (Zurek and others, 1990s) advanced understanding of why we don't see Schrödinger cats in practice.