Quantum Computing

Math guided by quantum mechanics.

Quantum computing leverages principles of quantum mechanics, such as superposition and entanglement, to perform computations. Unlike classical computers that store information as bits representing either 0 or 1, quantum computers use qubits.

        graph LR
  Center["Quantum Computing"]:::main
  Pre_linear_algebra["linear-algebra"]:::pre --> Center
  click Pre_linear_algebra "/terms/linear-algebra"
  Center --> Child_quantum_entanglement["quantum-entanglement"]:::child
  click Child_quantum_entanglement "/terms/quantum-entanglement"
  Rel_topological_quantum_computing["topological-quantum-computing"]:::related -.-> Center
  click Rel_topological_quantum_computing "/terms/topological-quantum-computing"
  Rel_quantum_gate["quantum-gate"]:::related -.-> Center
  click Rel_quantum_gate "/terms/quantum-gate"
  Rel_linear_optical_quantum_computer["linear-optical-quantum-computer"]:::related -.-> Center
  click Rel_linear_optical_quantum_computer "/terms/linear-optical-quantum-computer"
  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;

      

🧒 Erkläre es wie einem 5-Jährigen

🌀 Imagine being able to try every key on a keychain at the exact same second to find the right one. That's what quantum computers do with data.

🤓 Expert Deep Dive

## The Quantum Threat: Q-Day
Most modern internet security (banking, messaging, blockchain) relies on the fact that classical computers simply cannot factor large numbers into primes quickly. Shor's algorithm proves that a large-scale quantum computer can do this. 'Q-Day' is the hypothetical date when quantum computers become powerful enough to break current encryption, necessitating a global transition to Post-[Quantum [Cryptography](/de/terms/quantum-cryptography)](/de/terms/post-quantum-cryptography) (PQC).

🔗 Verwandte Begriffe

Voraussetzungen:
Mehr erfahren:

📚 Quellen