The misconception, head-on
Quantum computers do not work by trying all possible answers in parallel and reading out the best one. This is the most common misconception in the field, it appears in countless articles, and it is wrong in a specific, checkable way: a register of n qubits does carry 2ⁿ amplitudes, but measurement returns exactly one n-bit outcome per run. You cannot read the amplitudes. If "try everything, read everything" were how it worked, every problem would be easy, and it is provably not.
Interference is the actual mechanism. A quantum algorithm choreographs phases so that computational paths leading to wrong answers cancel and paths to right answers reinforce: then a measurement lands, with high probability, on something useful. In the guide's one-sentence definition: quantum algorithms reshape probability amplitudes through interference so that fewer computational steps are needed to extract a desired property. Algorithms with that structure exist for some problems, not all, which is the whole story of the field in one clause.
Hard limits worth knowing
Measurement returns samples, never the full state. Unknown quantum states cannot be copied (no-cloning). Entanglement cannot carry messages faster than light. Grover's speedup for unstructured search is quadratic. Provably optimal, so no quantum computer will ever brute-force search exponentially fast. And for a vast class of everyday computation (email, databases, spreadsheets, rendering) there is no known quantum advantage at all, and none expected: quantum computers are specialized accelerators, not better laptops.
The claims decoder
| L'affirmation | La meilleure question |
|---|---|
| “We have more qubits.” | What are the fidelities, connectivity, circuit depth, uptime, and logical performance? |
| “Quantum evaluates every answer at once.” | How does the algorithm use interference to extract the desired property? |
| “We achieved quantum advantage.” | Against which classical algorithm, hardware, accuracy target, and cost? |
| “This problem is impossible classically.” | Is exact solution required, or do approximation and heuristics work? |
| “Commercially useful within a few years.” | What technical milestones and customer workflow dependencies must occur? |
| “Quantum will optimize everything.” | Which problem structure, encoding, constraints, and objective are being used? |
| “Error correction is solved.” | Has logical error decreased as code size increased, and at what overhead? |
Le cadre d'évaluation complet (avec les cinq étapes de diligence raisonnable) se trouve sur Évaluer les affirmations.
Deeper: complexity and dequantization
Query vs gate vs sample complexity, input/output bottlenecks, and the pattern of claimed advantages inspiring better classical algorithms are treated in the advanced Academy module Algorithmic Complexity and Quantum Advantage.