|
61 | 61 | 2, |
62 | 62 | None, |
63 | 63 | 'quantum-fourier-transforms-and-implementation'), |
64 | | - ('Why Quantum Fourier Transforms? VI', |
| 64 | + ('Quantum Fourier Transform and Applications in Quantum ' |
| 65 | + 'Computing', |
65 | 66 | 2, |
66 | 67 | None, |
67 | | - 'why-quantum-fourier-transforms-vi'), |
68 | | - ('Why Quantum Fourier Transforms? I', |
| 68 | + 'quantum-fourier-transform-and-applications-in-quantum-computing'), |
| 69 | + ('Quantum Fourier Transforms and Reduced Memory Complexity', |
69 | 70 | 2, |
70 | 71 | None, |
71 | | - 'why-quantum-fourier-transforms-i'), |
72 | | - ('A familiar case', 2, None, 'a-familiar-case'), |
| 72 | + 'quantum-fourier-transforms-and-reduced-memory-complexity'), |
| 73 | + ('Quantum Fourier Transforms Quantum Signal Processing', |
| 74 | + 2, |
| 75 | + None, |
| 76 | + 'quantum-fourier-transforms-quantum-signal-processing'), |
| 77 | + ('Why Quantum Fourier Transforms? Brief summary', |
| 78 | + 2, |
| 79 | + None, |
| 80 | + 'why-quantum-fourier-transforms-brief-summary'), |
| 81 | + ('Now technicalities: Reminder on Fourier theory, a familiar ' |
| 82 | + 'case first', |
| 83 | + 2, |
| 84 | + None, |
| 85 | + 'now-technicalities-reminder-on-fourier-theory-a-familiar-case-first'), |
73 | 86 | ('Several driving forces', 2, None, 'several-driving-forces'), |
74 | 87 | ('Periodicity', 2, None, 'periodicity'), |
75 | 88 | ('Simple Code Example', 2, None, 'simple-code-example'), |
|
256 | 269 | <!-- navigation toc: --> <li><a href="#why-quantum-fourier-transforms-and-exponential-speedup" style="font-size: 80%;"><b>Why Quantum Fourier Transforms and exponential speedup</b></a></li> |
257 | 270 | <!-- navigation toc: --> <li><a href="#quantum-fourier-transforms-and-quantum-parallelism" style="font-size: 80%;"><b>Quantum Fourier Transforms and quantum parallelism</b></a></li> |
258 | 271 | <!-- navigation toc: --> <li><a href="#quantum-fourier-transforms-and-implementation" style="font-size: 80%;"><b>Quantum Fourier Transforms and implementation</b></a></li> |
259 | | - <!-- navigation toc: --> <li><a href="#why-quantum-fourier-transforms-vi" style="font-size: 80%;"><b>Why Quantum Fourier Transforms? VI</b></a></li> |
260 | | - <!-- navigation toc: --> <li><a href="#why-quantum-fourier-transforms-i" style="font-size: 80%;"><b>Why Quantum Fourier Transforms? I</b></a></li> |
261 | | - <!-- navigation toc: --> <li><a href="#a-familiar-case" style="font-size: 80%;"><b>A familiar case</b></a></li> |
| 272 | + <!-- navigation toc: --> <li><a href="#quantum-fourier-transform-and-applications-in-quantum-computing" style="font-size: 80%;"><b>Quantum Fourier Transform and Applications in Quantum Computing</b></a></li> |
| 273 | + <!-- navigation toc: --> <li><a href="#quantum-fourier-transforms-and-reduced-memory-complexity" style="font-size: 80%;"><b>Quantum Fourier Transforms and Reduced Memory Complexity</b></a></li> |
| 274 | + <!-- navigation toc: --> <li><a href="#quantum-fourier-transforms-quantum-signal-processing" style="font-size: 80%;"><b>Quantum Fourier Transforms Quantum Signal Processing</b></a></li> |
| 275 | + <!-- navigation toc: --> <li><a href="#why-quantum-fourier-transforms-brief-summary" style="font-size: 80%;"><b>Why Quantum Fourier Transforms? Brief summary</b></a></li> |
| 276 | + <!-- navigation toc: --> <li><a href="#now-technicalities-reminder-on-fourier-theory-a-familiar-case-first" style="font-size: 80%;"><b>Now technicalities: Reminder on Fourier theory, a familiar case first</b></a></li> |
262 | 277 | <!-- navigation toc: --> <li><a href="#several-driving-forces" style="font-size: 80%;"><b>Several driving forces</b></a></li> |
263 | 278 | <!-- navigation toc: --> <li><a href="#periodicity" style="font-size: 80%;"><b>Periodicity</b></a></li> |
264 | 279 | <!-- navigation toc: --> <li><a href="#simple-code-example" style="font-size: 80%;"><b>Simple Code Example</b></a></li> |
@@ -456,13 +471,43 @@ <h2 id="quantum-fourier-transforms-and-implementation" class="anchor">Quantum Fo |
456 | 471 | <li> This makes QFT highly efficient for <em>quantum hardware</em>.</li> |
457 | 472 | </ol> |
458 | 473 | <!-- !split --> |
459 | | -<h2 id="why-quantum-fourier-transforms-vi" class="anchor">Why Quantum Fourier Transforms? VI </h2> |
| 474 | +<h2 id="quantum-fourier-transform-and-applications-in-quantum-computing" class="anchor">Quantum Fourier Transform and Applications in Quantum Computing </h2> |
460 | 475 |
|
| 476 | +<ol> |
| 477 | +<li> \textbf{Shor’s Algorithm:} Uses QFTs to find periodicity in modular exponentiation.</li> |
| 478 | +<li> \textbf{Quantum Phase Estimation (QPE):} QFTs extract eigenvalues of unitary matrices.</li> |
| 479 | +<li> \textbf{Quantum Signal Processing:} QFTs Enable spectral analysis on quantum data.</li> |
| 480 | +</ol> |
461 | 481 | <!-- !split --> |
462 | | -<h2 id="why-quantum-fourier-transforms-i" class="anchor">Why Quantum Fourier Transforms? I </h2> |
| 482 | +<h2 id="quantum-fourier-transforms-and-reduced-memory-complexity" class="anchor">Quantum Fourier Transforms and Reduced Memory Complexity </h2> |
463 | 483 |
|
| 484 | +<ol> |
| 485 | +<li> Classical DFTs require \( O(N) \) space.</li> |
| 486 | +<li> QFT store Fourier-transformed coefficients <em>implicitly</em> in qubit amplitudes.</li> |
| 487 | +<li> Only \( O(n) \) qubits are needed for a size \( N = 2^n \) transformation.</li> |
| 488 | +</ol> |
| 489 | +<!-- !split --> |
| 490 | +<h2 id="quantum-fourier-transforms-quantum-signal-processing" class="anchor">Quantum Fourier Transforms Quantum Signal Processing </h2> |
| 491 | + |
| 492 | +<p>QFTs enable applications such as:</p> |
| 493 | +<ol> |
| 494 | +<li> Quantum spectral analysis.</li> |
| 495 | +<li> Quantum image processing.</li> |
| 496 | +<li> Quantum filtering and denoising.</li> |
| 497 | +</ol> |
| 498 | +<p>These can enhance AI, cryptography, and data processing.</p> |
| 499 | + |
| 500 | +<!-- !split --> |
| 501 | +<h2 id="why-quantum-fourier-transforms-brief-summary" class="anchor">Why Quantum Fourier Transforms? Brief summary </h2> |
| 502 | + |
| 503 | +<ol> |
| 504 | +<li> Quantum Fourier Transform provides <em>exponential speedup</em></li> |
| 505 | +<li> It enables key quantum algorithms like <em>Shor’s Algorithm</em> and <em>Quantum Phase Estimation</em>.</li> |
| 506 | +<li> QFT is more efficient in <em>memory usage and circuit complexity</em> than classical methods.</li> |
| 507 | +<li> Future quantum applications in <em>signal processing, AI, and cryptography</em> will heavily rely on QFT.</li> |
| 508 | +</ol> |
464 | 509 | <!-- !split --> |
465 | | -<h2 id="a-familiar-case" class="anchor">A familiar case </h2> |
| 510 | +<h2 id="now-technicalities-reminder-on-fourier-theory-a-familiar-case-first" class="anchor">Now technicalities: Reminder on Fourier theory, a familiar case first </h2> |
466 | 511 |
|
467 | 512 | <p>For problems with so-called harmonic oscillations, given by for example the following differential equation</p> |
468 | 513 | $$ |
|
0 commit comments