Skip to content

Commit 0b7f85b

Browse files
committed
update week 1
1 parent d125852 commit 0b7f85b

File tree

8 files changed

+561
-347
lines changed

8 files changed

+561
-347
lines changed

doc/pub/week1/html/week1-bs.html

Lines changed: 63 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@
4040
2,
4141
None,
4242
'overview-of-first-week-basic-notions-of-quantum-mechanics'),
43+
('Reading recommendation', 2, None, 'reading-recommendation'),
4344
('Practicalities', 2, None, 'practicalities'),
4445
('More on projects and final grade',
4546
2,
4647
None,
4748
'more-on-projects-and-final-grade'),
49+
('Topics for the projects', 2, None, 'topics-for-the-projects'),
4850
('Schedule', 2, None, 'schedule'),
4951
('Possible textbooks', 2, None, 'possible-textbooks'),
5052
('Classic texts and lecture notes',
@@ -248,8 +250,10 @@
248250
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a>
249251
<ul class="dropdown-menu">
250252
<!-- navigation toc: --> <li><a href="#overview-of-first-week-basic-notions-of-quantum-mechanics" style="font-size: 80%;">Overview of first week, Basic Notions of Quantum Mechanics</a></li>
253+
<!-- navigation toc: --> <li><a href="#reading-recommendation" style="font-size: 80%;">Reading recommendation</a></li>
251254
<!-- navigation toc: --> <li><a href="#practicalities" style="font-size: 80%;">Practicalities</a></li>
252255
<!-- navigation toc: --> <li><a href="#more-on-projects-and-final-grade" style="font-size: 80%;">More on projects and final grade</a></li>
256+
<!-- navigation toc: --> <li><a href="#topics-for-the-projects" style="font-size: 80%;">Topics for the projects</a></li>
253257
<!-- navigation toc: --> <li><a href="#schedule" style="font-size: 80%;">Schedule</a></li>
254258
<!-- navigation toc: --> <li><a href="#possible-textbooks" style="font-size: 80%;">Possible textbooks</a></li>
255259
<!-- navigation toc: --> <li><a href="#classic-texts-and-lecture-notes" style="font-size: 80%;">Classic texts and lecture notes</a></li>
@@ -375,55 +379,101 @@ <h2 id="overview-of-first-week-basic-notions-of-quantum-mechanics" class="anchor
375379
<li> Operators and simple gates
376380
<!-- o <a href="https://youtu.be/YRobDADb63E" target="_self">Video of lecture</a> --></li>
377381
</ol>
378-
<p><b>Reading recommendation</b>: <a href="https://link.springer.com/book/10.1007/978-3-030-12358-1" target="_self">Scherer, Mathematics of Quantum Computations, chapter 2</a></p>
379382
</div>
380383
</div>
384+
381385

386+
<!-- !split -->
387+
<h2 id="reading-recommendation" class="anchor">Reading recommendation </h2>
382388

389+
<ol>
390+
<li> Scherer, Mathematics of Quantum Computations, chapter 2 at <a href="https://link.springer.com/book/10.1007/978-3-030-12358-1" target="_self"><tt>https://link.springer.com/book/10.1007/978-3-030-12358-1</tt></a></li>
391+
<li> Hidary, Quantum Computing: An Applied Approach, chapter 12 at URL:https://link.springer.com/book/10.1007/978-3-030-23922-0"</li>
392+
</ol>
383393
<!-- !split -->
384394
<h2 id="practicalities" class="anchor">Practicalities </h2>
385-
395+
<div class="panel panel-default">
396+
<div class="panel-body">
397+
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
386398
<ol>
387399
<li> Weekly lectures with weekly exercise sessions and assignments. The assignments are meant as background for the two projects</li>
388-
<li> We plan to work on two projects which will define the content of the course, the format can be agreed upon by the participants but the following topics are those we wish to focus on:</li>
389-
<ul>
390-
<li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
391-
<li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
392-
<li> Second project: Applications and implementations of quantum machine learning algorithms</li>
393-
<li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
394-
<li> Second project: Implementation of quantum simulators on actual (real) quantum computers</li>
395-
<li> Second project: Simulation of linear algebra systems on quantum computers, solving differential equations</li>
396-
<li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
397-
<li> Second project: Implementing Shor's algorithm or other</li>
398-
</ul>
400+
<li> We plan to work on two projects which will define the content of the course</li>
399401
</ol>
402+
</div>
403+
</div>
404+
405+
400406
<!-- !split -->
401407
<h2 id="more-on-projects-and-final-grade" class="anchor">More on projects and final grade </h2>
402408

409+
<div class="panel panel-default">
410+
<div class="panel-body">
411+
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
403412
<ol>
404413
<li> Two projects which count \( 50\% \) each for the final grade</li>
405414
<li> Deadline first project March 20, see <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2026/Project1" target="_self"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2026/Project1</tt></a></li>
406415
<li> Deadline second project June 1</li>
407416
<li> All info at the GitHub address <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning" target="_self"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning</tt></a></li>
408417
</ol>
418+
</div>
419+
</div>
420+
421+
422+
<!-- !split -->
423+
<h2 id="topics-for-the-projects" class="anchor">Topics for the projects </h2>
424+
425+
<div class="panel panel-default">
426+
<div class="panel-body">
427+
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
428+
<ol>
429+
<li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
430+
<li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
431+
<li> Second project: Applications and implementations of quantum machine learning algorithms</li>
432+
<li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
433+
<li> Second project: Implementation of quantum simulators on actual (real) quantum computers</li>
434+
<li> Second project: Simulation of linear algebra systems on quantum computers, solving differential equations</li>
435+
<li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
436+
<li> Second project: Implementing Shor's algorithm or other</li>
437+
</ol>
438+
</div>
439+
</div>
440+
441+
442+
<p>Project two examples at <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/ProjectExamples" target="_self"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/ProjectExamples</tt></a></p>
443+
409444
<!-- !split -->
410445
<h2 id="schedule" class="anchor">Schedule </h2>
411446

447+
<div class="panel panel-default">
448+
<div class="panel-body">
449+
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
412450
<ol>
413451
<li> Lectures: Wednesday 1015-12, first lecture January 21. Last lecture May 13. Room F&#216;434</li>
414452
<li> Exercise sessions: Wednesday 815-10, first session January 28. Last session May 20. Room F&#216;434</li>
415453
</ol>
454+
</div>
455+
</div>
456+
457+
416458
<!-- !split -->
417459
<h2 id="possible-textbooks" class="anchor">Possible textbooks </h2>
418460

461+
<div class="panel panel-default">
462+
<div class="panel-body">
463+
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
419464
<ol>
420465
<li> Maria Schuld and Francesco Petruccione, Machine Learning with Quantum Computers, see <a href="https://link.springer.com/book/10.1007/978-3-030-83098-4" target="_self"><tt>https://link.springer.com/book/10.1007/978-3-030-83098-4</tt></a></li>
421466
<li> Claudio Conti, Quantum Machine Learning (Springer), see UR:"https://link.springer.com/book/10.1007/978-3-031-44226-1"</li>
422467
<li> Wolfgang Scherer, Mathematics of Quantum Computing, see <a href="https://link.springer.com/book/10.1007/978-3-030-12358-1" target="_self"><tt>https://link.springer.com/book/10.1007/978-3-030-12358-1</tt></a></li>
468+
<li> Hidary, Quantum Computing: An Applied Approach, see URL:https://link.springer.com/book/10.1007/978-3-030-23922-0"</li>
423469
<li> Stefano Olivares, A Student&#8217;s Guide to Quantum Computing, see <a href="https://link.springer.com/book/10.1007/978-3-031-83361-8" target="_self"><tt>https://link.springer.com/book/10.1007/978-3-031-83361-8</tt></a></li>
424470
<li> Robert Hundt, Quantum Computing for Programmers, <a href="https://www.cambridge.org/core/books/quantum-computing-for-programmers/BA1C887BE4AC0D0D5653E71FFBEF61C6" target="_self"><tt>https://www.cambridge.org/core/books/quantum-computing-for-programmers/BA1C887BE4AC0D0D5653E71FFBEF61C6</tt></a></li>
425471
<li> Robert Loredo, Learn Quantum Computing with Python and IBM Quantum Experience, see <a href="https://github.com/PacktPublishing/Learn-Quantum-Computing-with-Python-and-IBM-Quantum-Experience" target="_self"><tt>https://github.com/PacktPublishing/Learn-Quantum-Computing-with-Python-and-IBM-Quantum-Experience</tt></a></li>
426472
</ol>
473+
</div>
474+
</div>
475+
476+
427477
<!-- !split -->
428478
<h2 id="classic-texts-and-lecture-notes" class="anchor">Classic texts and lecture notes </h2>
429479

doc/pub/week1/html/week1-reveal.html

Lines changed: 48 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -207,62 +207,95 @@ <h2 id="overview-of-first-week-basic-notions-of-quantum-mechanics">Overview of f
207207
<p><li> Operators and simple gates
208208
<!-- o <a href="https://youtu.be/YRobDADb63E" target="_blank">Video of lecture</a> --></li>
209209
</ol>
210-
<p>
211-
<p><b>Reading recommendation</b>: <a href="https://link.springer.com/book/10.1007/978-3-030-12358-1" target="_blank">Scherer, Mathematics of Quantum Computations, chapter 2</a></p>
212210
</div>
213211
</section>
214212

215213
<section>
216-
<h2 id="practicalities">Practicalities </h2>
214+
<h2 id="reading-recommendation">Reading recommendation </h2>
217215

218216
<ol>
219-
<p><li> Weekly lectures with weekly exercise sessions and assignments. The assignments are meant as background for the two projects</li>
220-
<p><li> We plan to work on two projects which will define the content of the course, the format can be agreed upon by the participants but the following topics are those we wish to focus on:</li>
221-
<ul>
222-
<p><li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
223-
<p><li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
224-
<p><li> Second project: Applications and implementations of quantum machine learning algorithms</li>
225-
<p><li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
226-
<p><li> Second project: Implementation of quantum simulators on actual (real) quantum computers</li>
227-
<p><li> Second project: Simulation of linear algebra systems on quantum computers, solving differential equations</li>
228-
<p><li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
229-
<p><li> Second project: Implementing Shor's algorithm or other</li>
230-
</ul>
217+
<p><li> Scherer, Mathematics of Quantum Computations, chapter 2 at <a href="https://link.springer.com/book/10.1007/978-3-030-12358-1" target="_blank"><tt>https://link.springer.com/book/10.1007/978-3-030-12358-1</tt></a></li>
218+
<p><li> Hidary, Quantum Computing: An Applied Approach, chapter 12 at URL:https://link.springer.com/book/10.1007/978-3-030-23922-0"</li>
219+
</ol>
220+
</section>
221+
222+
<section>
223+
<h2 id="practicalities">Practicalities </h2>
224+
<div class="alert alert-block alert-block alert-text-normal">
225+
<b></b>
231226
<p>
227+
<ol>
228+
<p><li> Weekly lectures with weekly exercise sessions and assignments. The assignments are meant as background for the two projects</li>
229+
<p><li> We plan to work on two projects which will define the content of the course</li>
232230
</ol>
231+
</div>
233232
</section>
234233

235234
<section>
236235
<h2 id="more-on-projects-and-final-grade">More on projects and final grade </h2>
237236

237+
<div class="alert alert-block alert-block alert-text-normal">
238+
<b></b>
239+
<p>
238240
<ol>
239241
<p><li> Two projects which count \( 50\% \) each for the final grade</li>
240242
<p><li> Deadline first project March 20, see <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2026/Project1" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2026/Project1</tt></a></li>
241243
<p><li> Deadline second project June 1</li>
242244
<p><li> All info at the GitHub address <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning</tt></a></li>
243245
</ol>
246+
</div>
247+
</section>
248+
249+
<section>
250+
<h2 id="topics-for-the-projects">Topics for the projects </h2>
251+
252+
<div class="alert alert-block alert-block alert-text-normal">
253+
<b></b>
254+
<p>
255+
<ol>
256+
<p><li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
257+
<p><li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
258+
<p><li> Second project: Applications and implementations of quantum machine learning algorithms</li>
259+
<p><li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
260+
<p><li> Second project: Implementation of quantum simulators on actual (real) quantum computers</li>
261+
<p><li> Second project: Simulation of linear algebra systems on quantum computers, solving differential equations</li>
262+
<p><li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
263+
<p><li> Second project: Implementing Shor's algorithm or other</li>
264+
</ol>
265+
</div>
266+
267+
<p>Project two examples at <a href="https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/ProjectExamples" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/ProjectExamples</tt></a></p>
244268
</section>
245269

246270
<section>
247271
<h2 id="schedule">Schedule </h2>
248272

273+
<div class="alert alert-block alert-block alert-text-normal">
274+
<b></b>
275+
<p>
249276
<ol>
250277
<p><li> Lectures: Wednesday 1015-12, first lecture January 21. Last lecture May 13. Room F&#216;434</li>
251278
<p><li> Exercise sessions: Wednesday 815-10, first session January 28. Last session May 20. Room F&#216;434</li>
252279
</ol>
280+
</div>
253281
</section>
254282

255283
<section>
256284
<h2 id="possible-textbooks">Possible textbooks </h2>
257285

286+
<div class="alert alert-block alert-block alert-text-normal">
287+
<b></b>
288+
<p>
258289
<ol>
259290
<p><li> Maria Schuld and Francesco Petruccione, Machine Learning with Quantum Computers, see <a href="https://link.springer.com/book/10.1007/978-3-030-83098-4" target="_blank"><tt>https://link.springer.com/book/10.1007/978-3-030-83098-4</tt></a></li>
260291
<p><li> Claudio Conti, Quantum Machine Learning (Springer), see UR:"https://link.springer.com/book/10.1007/978-3-031-44226-1"</li>
261292
<p><li> Wolfgang Scherer, Mathematics of Quantum Computing, see <a href="https://link.springer.com/book/10.1007/978-3-030-12358-1" target="_blank"><tt>https://link.springer.com/book/10.1007/978-3-030-12358-1</tt></a></li>
293+
<p><li> Hidary, Quantum Computing: An Applied Approach, see URL:https://link.springer.com/book/10.1007/978-3-030-23922-0"</li>
262294
<p><li> Stefano Olivares, A Student&#8217;s Guide to Quantum Computing, see <a href="https://link.springer.com/book/10.1007/978-3-031-83361-8" target="_blank"><tt>https://link.springer.com/book/10.1007/978-3-031-83361-8</tt></a></li>
263295
<p><li> Robert Hundt, Quantum Computing for Programmers, <a href="https://www.cambridge.org/core/books/quantum-computing-for-programmers/BA1C887BE4AC0D0D5653E71FFBEF61C6" target="_blank"><tt>https://www.cambridge.org/core/books/quantum-computing-for-programmers/BA1C887BE4AC0D0D5653E71FFBEF61C6</tt></a></li>
264296
<p><li> Robert Loredo, Learn Quantum Computing with Python and IBM Quantum Experience, see <a href="https://github.com/PacktPublishing/Learn-Quantum-Computing-with-Python-and-IBM-Quantum-Experience" target="_blank"><tt>https://github.com/PacktPublishing/Learn-Quantum-Computing-with-Python-and-IBM-Quantum-Experience</tt></a></li>
265297
</ol>
298+
</div>
266299
</section>
267300

268301
<section>

0 commit comments

Comments
 (0)