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
@@ -375,7 +352,6 @@ <h2 id="plans-for-the-week-of-march-24-28-2025" class="anchor">Plans for the wee
375
352
<divclass="panel-body">
376
353
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
377
354
<ol>
378
-
<li> TBA</li>
379
355
<li> Start discussion of discrete Fourier transforms and Quantum Fourier transforms, basic mathematical expressions</li>
380
356
<li> Reading recommendation Hundt, Quantum Computing for Programmers, sections 6.1-6.4 on QFT.
381
357
<!-- o <a href="https://youtu.be/" target="_self">Video of lecture TBA</a> -->
@@ -388,7 +364,7 @@ <h2 id="plans-for-the-week-of-march-24-28-2025" class="anchor">Plans for the wee
388
364
<!-- !split -->
389
365
<h2id="possible-paths-for-project-2" class="anchor">Possible paths for project 2 </h2>
390
366
391
-
<ul>
367
+
<ol>
392
368
<li> Implement QFTs and study the quantum phase estimation (QPE) algorithm and
393
369
<oltype="a"></li>
394
370
<li> Compare QFTs with Fast Fourier transforms</li>
@@ -403,7 +379,7 @@ <h2 id="possible-paths-for-project-2" class="anchor">Possible paths for project
403
379
<li> Study the solution of quantum mechanical eigenvalue problems with systems from atomic/molecular physics and quantum chemistry using adaptive QPE</li>
404
380
<li> Quantum machine learning projects like quantum Boltzmann machine or quantum neural networks</li>
405
381
<li> Other ideas</li>
406
-
</ul>
382
+
</ol>
407
383
<p>For project 2, in order to be time efficient, you can use software like Qiskit, Pennylane, qBraid and/or other</p>
motivations for the DFT. For those of you familiar with signal
414
390
processing, harmonic oscillations, and many other areas of
415
391
applications, Fourier transforms are almost standard kitchen
416
-
items. For those of you who have studied quantum theory, you have
417
-
probably met Fourier transforms when studying Heisenberg's uncertainty
418
-
relation between momentum and position.
392
+
items.
419
393
</p>
420
394
421
395
<!-- !split -->
@@ -518,7 +492,7 @@ <h2 id="simple-code-example" class="anchor">Simple Code Example </h2>
518
492
<!-- !split -->
519
493
<h2id="continuous-fourier-transforms-and-the-principle-of-superposition" class="anchor">Continuous Fourier transforms and the principle of Superposition </h2>
520
494
521
-
<p>It was Fourier's idea to expand a continuous and periodic function \( f(t) \) in terms of sums sinus and cosinus ordered functions (we will use exponentials however)
495
+
<p>It was Fourier's idea to expand a continuous and periodic function \( f(t) \) in terms of sums sine and cosine ordered functions (we will use exponentials however)
0 commit comments