You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><li> It is computation (and more generally, information processing) based on the principles of quantum mechanics, rather than classical physics.</li>
366
+
<p><li> Quantum mechanics is a description of nature at its most fundamental level.</li>
<p><li> Formulated in the early 20th century to explain the behavior of subatomic particles.</li>
375
+
<p><li> QM, and its specializations (quantum field theory, quantum chromodynamics, many-body physics etc.), have been spectacularly successful in explaining microscopic physical phenomena.</li>
376
+
</ol>
377
+
</div>
378
+
</section>
379
+
380
+
<section>
381
+
<h2id="the-exponentiality-of-qm">The exponentiality of QM </h2>
<p><li> After nearly a century of study, the best (classical) methods for predicting the behavior of general quantum systems require exponential resources.</li>
387
+
<p><li> The state of \( N \) particles requires at least \( 2^{N} \) numbers to describe.</li>
388
+
<p><li> For \( N \sim 300 \) (the number of particles in a single uranium atom), \[
389
+
<p> 2^{300} \gg \approx 10^{82}\quad (\text{\# of atoms in the observable universe}).
390
+
\]
391
+
</p></li>
392
+
<p><li> Nature seems to be doing extravagant amounts of computation <em>behind the scenes</em>!</li>
393
+
</ol>
394
+
</div>
395
+
</section>
396
+
397
+
<section>
398
+
<h2id="the-exponentiality-of-qm-i">The exponentiality of QM I </h2>
<p><li> Feynman’s motivation for quantum computers is the most obvious one: simulating quantum systems.</li>
458
+
<p><li> To physicists in the '80s, this idea might have seemed obvious. To a computer scientist in the '80s, QCs would have seemed like a wild crackpot idea.</li>
459
+
<p><li> Also in the '80s, David Deutsch contemplated other applications of quantum computers. He gave an example of a (classical) problem where the “parallel universes” of QM seem to speed up (by a constant factor).</li>
460
+
<p><li> 1992: Dan Simon came up with an example of a problem that could be solved exponentially faster on a QC.</li>
<p><li> 1993: Peter Shor realized that Simon’s idea could be extended to efficiently solve the following problem:</li>
472
+
<p><li><b>Integer Factorization:</b> Given integer \( N>0 \), find integer \( M>1 \) such that \( M \) divides \( N \).</li>
473
+
<p><li> The security of the RSA cryptosystem (the most widely deployed public-key encryption on the internet) crucially relies on the assumption that factoring integers is hard!</li>
474
+
</ol>
475
+
</div>
476
+
</section>
477
+
478
+
<section>
479
+
<h2id="crossroads">Crossroads </h2>
480
+
<p>Since Shor’s algorithm, physicists and computer scientists have been faced with three options:</p>
<p><li> Engineering: primitive quantum computers are being built.</li>
566
+
<p><li> Theoretical developments: new algorithms, new cryptographic protocols, new insights into how quantum computing compares to classical computing.</li>
567
+
<p><li> Deep connections to other sciences: condensed matter physics, quantum gravity, materials science, chemistry, computer science, pure mathematics.</li>
<p><li> Until 2017 or so, most quantum computing devices had \( \sim 10 \) qubits.</li>
592
+
<p><li> Suddenly, there was a flood of resources devoted to engineering efforts, and now we are seeing programmable quantum computers with \( 50+ \) qubits.</li>
<p><li> In Fall 2019, Google announced that they had achieved “Quantum Supremacy” using their 53-qubit Sycamore quantum processor.</li>
615
+
<p><li><b>Quantum supremacy:</b> a moment when there is a convincing real-world demonstration of a quantum computing task that cannot feasibly be performed by a classical computer.</li>
616
+
<p><li> Sweet spot: 53 qubits just beyond the reach of Google’s compute clusters to simulate in a reasonable time. (\( \sim 2^{53} \) ops)</li>
617
+
</ol>
618
+
</div>
619
+
</section>
620
+
621
+
<section>
622
+
<h2id="summary-of-hardware-efforts">Summary of hardware efforts </h2>
<p><li> We are in the NISQ era, but we have compelling evidence that we can already perform super-classical tasks using these machines.</li>
628
+
<p><li> There is a <b>qubit race</b> going on, but qubit count is not everything!</li>
629
+
<p><li> Scaling up (i.e. more, higher-quality qubits) is a tough engineering challenge, but no fundamental obstacles to building a QC with \( 10^{6} \) noiseless qubits.</li>
630
+
<p><li><ahref="https://qunorth.com/" target="_blank">QUNorth</a> in Denmark and <ahref="https://lumi-supercomputer.eu/europe-takes-a-quantum-leap-lumi-q-consortium-signs-contract/" target="_blank">LUMIQ</a> as a European project</li>
631
+
<p><li> Still, large-scale fault-tolerant QCs look like they’re many years away.</li>
<p><li> Exponential speedups for structured, algebraic problems</li>
643
+
<p><li> Factoring (Shor’s algorithm)</li>
644
+
<p><li> Polynomial speedups for unstructured search problems</li>
645
+
<p><li> Grover search</li>
646
+
<p><li> Exponential speedups for quantum simulation</li>
647
+
<ul>
648
+
649
+
<p><li> Simulating quantum physics and chemistry (Feynman’s dream and mine as well). Probably the most important application of quantum computers so far!</li>
<p><li> Linear system solvers / SDPs / Convex Optimization</li>
666
+
<p><li> Quantum neural nets</li>
667
+
<p><li> Solving differential equations</li>
668
+
<p><li> more</li>
669
+
</ol>
670
+
</div>
671
+
672
+
<p>Connections with fundamental physics: Perhaps key to a theory of Quantum Gravity could be quantum entanglement, and quantum error correcting codes.</p>
673
+
</section>
674
+
359
675
<section>
360
676
<h2id="notations-and-definitions">Notations and definitions </h2>
0 commit comments