Skip to content

Commit 9209795

Browse files
committed
update week 11
1 parent c0dcda3 commit 9209795

File tree

8 files changed

+252
-228
lines changed

8 files changed

+252
-228
lines changed

doc/pub/week11/html/week11-bs.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
2,
6363
None,
6464
'discrete-fourier-transformations'),
65+
('Simple example', 2, None, 'simple-example'),
6566
('More details on Discrete Fourier transforms',
6667
2,
6768
None,
@@ -248,6 +249,7 @@
248249
<!-- navigation toc: --> <li><a href="#output-vector" style="font-size: 80%;">Output vector</a></li>
249250
<!-- navigation toc: --> <li><a href="#simple-example" style="font-size: 80%;">Simple example</a></li>
250251
<!-- navigation toc: --> <li><a href="#discrete-fourier-transformations" style="font-size: 80%;">Discrete Fourier Transformations</a></li>
252+
<!-- navigation toc: --> <li><a href="#simple-example" style="font-size: 80%;">Simple example</a></li>
251253
<!-- navigation toc: --> <li><a href="#more-details-on-discrete-fourier-transforms" style="font-size: 80%;">More details on Discrete Fourier transforms</a></li>
252254
<!-- navigation toc: --> <li><a href="#inverse-dft" style="font-size: 80%;">Inverse DFT</a></li>
253255
<!-- navigation toc: --> <li><a href="#orthonormality" style="font-size: 80%;">Orthonormality</a></li>
@@ -359,7 +361,7 @@ <h2 id="plans-for-the-week-of-march-31-april-4-2025" class="anchor">Plans for th
359361
<div class="panel-body">
360362
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
361363
<ol>
362-
<li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (additional slides)</li>
364+
<li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (see <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_self"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a>)</li>
363365
<li> Quantum Fourier transforms (QFTs), reminder from last week</li>
364366
<li> Setting up circuits for QFTs</li>
365367
<li> Quantum phase estimation algorithm</li>
@@ -409,7 +411,7 @@ <h2 id="fast-fourier-transform-fft" class="anchor">Fast Fourier transform (FFT)
409411
To read more about Fast Fourier transforms and similar topics, see for example <a href="https://link.springer.com/book/10.1007/978-1-4020-6629-0" target="_self">Fast Fourier Transform - Algorithms and Applications</a>. See also <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf" target="_self"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf</tt></a>
410412
</p>
411413

412-
<p>For a discussion of FFT, see additional slides at (address to be added)</p>
414+
<p>For a discussion of FFT, see for example <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_self"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a></p>
413415

414416
<!-- !split -->
415417
<h2 id="the-discrete-fourier-transform-dft" class="anchor">The discrete Fourier transform (DFT) </h2>
@@ -485,6 +487,8 @@ <h2 id="discrete-fourier-transformations" class="anchor">Discrete Fourier Transf
485487

486488
<p>As an example, assume \( x_0=1 \) and \( x_1=1 \). We can then use the above expression to find \( y_0 \) and \( y_1 \).</p>
487489

490+
<!-- !split -->
491+
<h2 id="simple-example" class="anchor">Simple example </h2>
488492
<p>With the above formula we get then</p>
489493
$$
490494
\begin{align*}

doc/pub/week11/html/week11-reveal.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h2 id="plans-for-the-week-of-march-31-april-4-2025">Plans for the week of March
198198
<b></b>
199199
<p>
200200
<ol>
201-
<p><li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (additional slides)</li>
201+
<p><li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (see <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_blank"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a>)</li>
202202
<p><li> Quantum Fourier transforms (QFTs), reminder from last week</li>
203203
<p><li> Setting up circuits for QFTs</li>
204204
<p><li> Quantum phase estimation algorithm</li>
@@ -249,7 +249,7 @@ <h2 id="fast-fourier-transform-fft">Fast Fourier transform (FFT) </h2>
249249
To read more about Fast Fourier transforms and similar topics, see for example <a href="https://link.springer.com/book/10.1007/978-1-4020-6629-0" target="_blank">Fast Fourier Transform - Algorithms and Applications</a>. See also <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf</tt></a>
250250
</p>
251251

252-
<p>For a discussion of FFT, see additional slides at (address to be added)</p>
252+
<p>For a discussion of FFT, see for example <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_blank"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a></p>
253253
</section>
254254

255255
<section>
@@ -336,7 +336,10 @@ <h2 id="discrete-fourier-transformations">Discrete Fourier Transformations </h2>
336336
<p>&nbsp;<br>
337337

338338
<p>As an example, assume \( x_0=1 \) and \( x_1=1 \). We can then use the above expression to find \( y_0 \) and \( y_1 \).</p>
339+
</section>
339340

341+
<section>
342+
<h2 id="simple-example">Simple example </h2>
340343
<p>With the above formula we get then</p>
341344
<p>&nbsp;<br>
342345
$$

doc/pub/week11/html/week11-solarized.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
2,
9090
None,
9191
'discrete-fourier-transformations'),
92+
('Simple example', 2, None, 'simple-example'),
9293
('More details on Discrete Fourier transforms',
9394
2,
9495
None,
@@ -278,7 +279,7 @@ <h2 id="plans-for-the-week-of-march-31-april-4-2025">Plans for the week of March
278279
<b></b>
279280
<p>
280281
<ol>
281-
<li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (additional slides)</li>
282+
<li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (see <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_blank"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a>)</li>
282283
<li> Quantum Fourier transforms (QFTs), reminder from last week</li>
283284
<li> Setting up circuits for QFTs</li>
284285
<li> Quantum phase estimation algorithm</li>
@@ -327,7 +328,7 @@ <h2 id="fast-fourier-transform-fft">Fast Fourier transform (FFT) </h2>
327328
To read more about Fast Fourier transforms and similar topics, see for example <a href="https://link.springer.com/book/10.1007/978-1-4020-6629-0" target="_blank">Fast Fourier Transform - Algorithms and Applications</a>. See also <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf</tt></a>
328329
</p>
329330

330-
<p>For a discussion of FFT, see additional slides at (address to be added)</p>
331+
<p>For a discussion of FFT, see for example <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_blank"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a></p>
331332

332333
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
333334
<h2 id="the-discrete-fourier-transform-dft">The discrete Fourier transform (DFT) </h2>
@@ -403,6 +404,8 @@ <h2 id="discrete-fourier-transformations">Discrete Fourier Transformations </h2>
403404

404405
<p>As an example, assume \( x_0=1 \) and \( x_1=1 \). We can then use the above expression to find \( y_0 \) and \( y_1 \).</p>
405406

407+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
408+
<h2 id="simple-example">Simple example </h2>
406409
<p>With the above formula we get then</p>
407410
$$
408411
\begin{align*}

doc/pub/week11/html/week11.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
2,
167167
None,
168168
'discrete-fourier-transformations'),
169+
('Simple example', 2, None, 'simple-example'),
169170
('More details on Discrete Fourier transforms',
170171
2,
171172
None,
@@ -355,7 +356,7 @@ <h2 id="plans-for-the-week-of-march-31-april-4-2025">Plans for the week of March
355356
<b></b>
356357
<p>
357358
<ol>
358-
<li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (additional slides)</li>
359+
<li> Discrete Fourier transforms (DFTs, reminder from last week) ) and the fast Fourier Transform (FFT) (see <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_blank"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a>)</li>
359360
<li> Quantum Fourier transforms (QFTs), reminder from last week</li>
360361
<li> Setting up circuits for QFTs</li>
361362
<li> Quantum phase estimation algorithm</li>
@@ -404,7 +405,7 @@ <h2 id="fast-fourier-transform-fft">Fast Fourier transform (FFT) </h2>
404405
To read more about Fast Fourier transforms and similar topics, see for example <a href="https://link.springer.com/book/10.1007/978-1-4020-6629-0" target="_blank">Fast Fourier Transform - Algorithms and Applications</a>. See also <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/Textbooks/fastfourier.pdf</tt></a>
405406
</p>
406407

407-
<p>For a discussion of FFT, see additional slides at (address to be added)</p>
408+
<p>For a discussion of FFT, see for example <a href="https://en.wikipedia.org/wiki/Fast_Fourier_transform" target="_blank"><tt>https://en.wikipedia.org/wiki/Fast_Fourier_transform</tt></a></p>
408409

409410
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
410411
<h2 id="the-discrete-fourier-transform-dft">The discrete Fourier transform (DFT) </h2>
@@ -480,6 +481,8 @@ <h2 id="discrete-fourier-transformations">Discrete Fourier Transformations </h2>
480481

481482
<p>As an example, assume \( x_0=1 \) and \( x_1=1 \). We can then use the above expression to find \( y_0 \) and \( y_1 \).</p>
482483

484+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
485+
<h2 id="simple-example">Simple example </h2>
483486
<p>With the above formula we get then</p>
484487
$$
485488
\begin{align*}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)