Quantum Superposition

Being in many states at once.

Quantum superposition is a fundamental principle of quantum mechanics that states a quantum system, such as an electron or a photon, can exist in multiple states simultaneously until a measurement is performed. In classical physics, an object is always in a single, definite state. For example, a classical bit is either 0 or 1. However, a quantum bit, or qubit, can be in a superposition of the state '0' and the state '1'. Mathematically, the state of a qubit can be represented as a linear combination (a weighted sum) of its basis states, often denoted as |0⟩ and |1⟩: |ψ⟩ = α|0⟩ + β|1⟩, where α and β are complex numbers called probability amplitudes. The squares of the magnitudes of these amplitudes, |α|² and |β|², represent the probabilities of measuring the qubit in the state |0⟩ or |1⟩, respectively, with the condition that |α|² + |β|² = 1. This ability to exist in multiple states at once allows quantum computers to explore a vast number of possibilities concurrently, underpinning their potential power for certain computational tasks. Superposition is closely related to other quantum phenomena like entanglement, where multiple qubits become correlated in such a way that their states cannot be described independently, even when separated by large distances. The fragility of superposition is a key challenge in quantum computing; interaction with the environment (decoherence) can cause the superposition to collapse into a single definite state, destroying the quantum information. Maintaining superposition for extended periods is crucial for performing complex quantum computations.

        graph LR
  Center["Quantum Superposition"]:::main
  Pre_qubit["qubit"]:::pre --> Center
  click Pre_qubit "/terms/qubit"
  Pre_linear_algebra["linear-algebra"]:::pre --> Center
  click Pre_linear_algebra "/terms/linear-algebra"
  Rel_decoherence["decoherence"]:::related -.-> Center
  click Rel_decoherence "/terms/decoherence"
  Rel_quantum_gate["quantum-gate"]:::related -.-> Center
  click Rel_quantum_gate "/terms/quantum-gate"
  Rel_parallelism["parallelism"]:::related -.-> Center
  click Rel_parallelism "/terms/parallelism"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explain Like I'm 5

🎰 A way for quantum bits to be 'maybe yes' and 'maybe no' at the same time, allowing them to skip ahead to the answer.

🤓 Expert Deep Dive

## The Power of Phase
- Superposition: $|\psi angle = \sum c_i |i angle$
- Interference: Adjusting $c_i$ to amplify or suppress outcomes.
- Collapse: The transition from $|\psi angle$ to a single $|i angle$ upon interaction.

🔗 Related Terms

Prerequisites:

📚 Sources