Decoherence

The enemy of quantum logic.

In quantum computing and quantum information theory, decoherence is the process by which a quantum system loses its quantum properties, such as superposition and entanglement, and begins to behave like a classical system. This loss of quantumness occurs due to interactions between the quantum system and its surrounding environment (often referred to as 'noise' or 'decoherence sources'). These interactions effectively 'measure' the quantum system, collapsing its quantum state into a single, definite classical state. For example, a qubit in a superposition of |0⟩ and |1⟩ might interact with stray photons or thermal fluctuations in its environment. This interaction causes the qubit's state to randomly collapse into either |0⟩ or |1⟩, destroying the superposition. Decoherence is a major obstacle in building stable and scalable quantum computers because it introduces errors into quantum computations. Quantum algorithms rely heavily on maintaining delicate quantum states for extended periods to perform complex calculations. The rate of decoherence is a critical metric for the quality of qubits and the feasibility of quantum computation. Mitigation strategies include using highly isolated environments (e.g., cryogenic temperatures, vacuum chambers), developing robust quantum error correction codes, and designing qubits that are inherently less susceptible to environmental noise.

        graph LR
  Center["Decoherence"]:::main
  Center --> Child_quantum_error_correction["quantum-error-correction"]:::child
  click Child_quantum_error_correction "/terms/quantum-error-correction"
  Rel_post_quantum_cryptography_pqc["post-quantum-cryptography-pqc"]:::related -.-> Center
  click Rel_post_quantum_cryptography_pqc "/terms/post-quantum-cryptography-pqc"
  Rel_quantum_gate["quantum-gate"]:::related -.-> Center
  click Rel_quantum_gate "/terms/quantum-gate"
  Rel_adiabatic_quantum_computation["adiabatic-quantum-computation"]:::related -.-> Center
  click Rel_adiabatic_quantum_computation "/terms/adiabatic-quantum-computation"
  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;

      

🧠 Knowledge Check

1 / 3

🧒 Explain Like I'm 5

Imagine a spinning coin that's both heads and tails at once (superposition). If you bump the table, it falls flat, becoming just heads or just tails, losing its 'both' magic.

🤓 Expert Deep Dive

Decoherence is the irreversible process by which quantum systems become entangled with their environment, leading to the loss of quantum coherence. Mathematically, if the system's state is represented by a density matrix ρ_S, and the combined system-environment state is ρ_SE, then tracing out the environmental degrees of freedom (ρ_E) results in a mixed state for the system: ρ'_S = Tr_E(ρ_SE). This trace operation typically leads to a diagonal density matrix in a preferred basis (often the computational basis), signifying the loss of off-diagonal elements that represent coherence. The rate of decoherence (often characterized by a T2 time constant) is dependent on the nature of the system-environment coupling. For instance, magnetic field fluctuations can cause decoherence in spin qubits (T2*), while charge noise can affect superconducting qubits. Quantum error correction (QEC) codes are designed to combat decoherence by encoding logical qubits into multiple physical qubits, allowing errors to be detected and corrected without measuring the logical state directly. The threshold theorem suggests that if the physical error rate due to decoherence is below a certain threshold, arbitrarily long quantum computations are possible with QEC. Architectural trade-offs involve balancing qubit connectivity and gate fidelity against the need for extreme environmental isolation.

🔗 Related Terms

📚 Sources