Skip to content

Commit 6bd4b4b

Browse files
committed
update first week
1 parent c7979a0 commit 6bd4b4b

File tree

8 files changed

+364
-289
lines changed

8 files changed

+364
-289
lines changed

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

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
2,
4646
None,
4747
'more-on-projects-and-final-grade'),
48+
('Schedule', 2, None, 'schedule'),
4849
('Possible textbooks', 2, None, 'possible-textbooks'),
4950
('Online material of possible interest',
5051
2,
@@ -187,7 +188,10 @@
187188
2,
188189
None,
189190
'the-spectral-decomposition'),
190-
('First exercise set', 2, None, 'first-exercise-set'),
191+
('First exercise set for January 28',
192+
2,
193+
None,
194+
'first-exercise-set-for-january-28'),
191195
('Ex1: Bell states', 2, None, 'ex1-bell-states'),
192196
('And the next two', 2, None, 'and-the-next-two'),
193197
('Ex2: Entangled state', 2, None, 'ex2-entangled-state'),
@@ -242,6 +246,7 @@
242246
<!-- 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>
243247
<!-- navigation toc: --> <li><a href="#practicalities" style="font-size: 80%;">Practicalities</a></li>
244248
<!-- navigation toc: --> <li><a href="#more-on-projects-and-final-grade" style="font-size: 80%;">More on projects and final grade</a></li>
249+
<!-- navigation toc: --> <li><a href="#schedule" style="font-size: 80%;">Schedule</a></li>
245250
<!-- navigation toc: --> <li><a href="#possible-textbooks" style="font-size: 80%;">Possible textbooks</a></li>
246251
<!-- navigation toc: --> <li><a href="#online-material-of-possible-interest" style="font-size: 80%;">Online material of possible interest</a></li>
247252
<!-- navigation toc: --> <li><a href="#notations-and-definitions" style="font-size: 80%;">Notations and definitions</a></li>
@@ -309,7 +314,7 @@
309314
<!-- navigation toc: --> <li><a href="#spectral-decomposition" style="font-size: 80%;">Spectral decomposition</a></li>
310315
<!-- navigation toc: --> <li><a href="#explicit-results" style="font-size: 80%;">Explicit results</a></li>
311316
<!-- navigation toc: --> <li><a href="#the-spectral-decomposition" style="font-size: 80%;">The spectral decomposition</a></li>
312-
<!-- navigation toc: --> <li><a href="#first-exercise-set" style="font-size: 80%;">First exercise set</a></li>
317+
<!-- navigation toc: --> <li><a href="#first-exercise-set-for-january-28" style="font-size: 80%;">First exercise set for January 28</a></li>
313318
<!-- navigation toc: --> <li><a href="#ex1-bell-states" style="font-size: 80%;">Ex1: Bell states</a></li>
314319
<!-- navigation toc: --> <li><a href="#and-the-next-two" style="font-size: 80%;">And the next two</a></li>
315320
<!-- navigation toc: --> <li><a href="#ex2-entangled-state" style="font-size: 80%;">Ex2: Entangled state</a></li>
@@ -377,13 +382,14 @@ <h2 id="practicalities" class="anchor">Practicalities </h2>
377382
<li> Weekly lectures with weekly exercise sessions and assignments. The assignments are meant as background for the two projects</li>
378383
<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>
379384
<ul>
380-
<li> First project: Quantum computing and simulation of quantum mechanical systems</li>
385+
<li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
381386
<li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
382387
<li> Second project: Applications and implementations of quantum machine learning algorithms</li>
383-
<li> Second project: studies of entanglement and physical realization of quantum gates and circuits</li>
388+
<li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
384389
<li> Second project: Implementation of quantum simulators on actual quantum computers</li>
385390
<li> Second project: Simulation of linear algebra systems on quantum computers</li>
386-
<li> Second project: Other ideas</li>
391+
<li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
392+
<li> Second project: Other ideas?</li>
387393
</ul>
388394
</ol>
389395
<!-- !split -->
@@ -396,7 +402,15 @@ <h2 id="more-on-projects-and-final-grade" class="anchor">More on projects and fi
396402
<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>
397403
</ol>
398404
<!-- !split -->
405+
<h2 id="schedule" class="anchor">Schedule </h2>
406+
407+
<ol>
408+
<li> Lectures: Wednesday 1015-12, first lecture January 21. Last lecture May 13. Room F&#216;434</li>
409+
<li> Exercise sessions: Wednesday 815-10, first session January 28. Last session May 20. Room F&#216;434</li>
410+
</ol>
411+
<!-- !split -->
399412
<h2 id="possible-textbooks" class="anchor">Possible textbooks </h2>
413+
400414
<ol>
401415
<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>
402416
<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>
@@ -1563,10 +1577,10 @@ <h2 id="the-spectral-decomposition" class="anchor">The spectral decomposition </
15631577

15641578

15651579
<!-- !split -->
1566-
<h2 id="first-exercise-set" class="anchor">First exercise set </h2>
1580+
<h2 id="first-exercise-set-for-january-28" class="anchor">First exercise set for January 28 </h2>
15671581

15681582
<p>The last two exercises are meant to build the basis for
1569-
the two projects we will work on during the semester. The first
1583+
the projects we will work on during the semester. The first
15701584
project deals with implementing the so-called
15711585
<b>Variational Quantum Eigensolver</b> algorithm for finding the eigenvalues and eigenvectors of selected Hamiltonians.
15721586
</p>

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,14 @@ <h2 id="practicalities">Practicalities </h2>
219219
<p><li> Weekly lectures with weekly exercise sessions and assignments. The assignments are meant as background for the two projects</li>
220220
<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>
221221
<ul>
222-
<p><li> First project: Quantum computing and simulation of quantum mechanical systems</li>
222+
<p><li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
223223
<p><li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
224224
<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>
225+
<p><li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
226226
<p><li> Second project: Implementation of quantum simulators on actual quantum computers</li>
227227
<p><li> Second project: Simulation of linear algebra systems on quantum computers</li>
228-
<p><li> Second project: Other ideas</li>
228+
<p><li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
229+
<p><li> Second project: Other ideas?</li>
229230
</ul>
230231
<p>
231232
</ol>
@@ -242,8 +243,18 @@ <h2 id="more-on-projects-and-final-grade">More on projects and final grade </h2>
242243
</ol>
243244
</section>
244245

246+
<section>
247+
<h2 id="schedule">Schedule </h2>
248+
249+
<ol>
250+
<p><li> Lectures: Wednesday 1015-12, first lecture January 21. Last lecture May 13. Room F&#216;434</li>
251+
<p><li> Exercise sessions: Wednesday 815-10, first session January 28. Last session May 20. Room F&#216;434</li>
252+
</ol>
253+
</section>
254+
245255
<section>
246256
<h2 id="possible-textbooks">Possible textbooks </h2>
257+
247258
<ol>
248259
<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>
249260
<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>
@@ -1659,10 +1670,10 @@ <h2 id="the-spectral-decomposition">The spectral decomposition </h2>
16591670
</section>
16601671

16611672
<section>
1662-
<h2 id="first-exercise-set">First exercise set </h2>
1673+
<h2 id="first-exercise-set-for-january-28">First exercise set for January 28 </h2>
16631674

16641675
<p>The last two exercises are meant to build the basis for
1665-
the two projects we will work on during the semester. The first
1676+
the projects we will work on during the semester. The first
16661677
project deals with implementing the so-called
16671678
<b>Variational Quantum Eigensolver</b> algorithm for finding the eigenvalues and eigenvectors of selected Hamiltonians.
16681679
</p>

doc/pub/week1/html/week1-solarized.html

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
2,
7373
None,
7474
'more-on-projects-and-final-grade'),
75+
('Schedule', 2, None, 'schedule'),
7576
('Possible textbooks', 2, None, 'possible-textbooks'),
7677
('Online material of possible interest',
7778
2,
@@ -214,7 +215,10 @@
214215
2,
215216
None,
216217
'the-spectral-decomposition'),
217-
('First exercise set', 2, None, 'first-exercise-set'),
218+
('First exercise set for January 28',
219+
2,
220+
None,
221+
'first-exercise-set-for-january-28'),
218222
('Ex1: Bell states', 2, None, 'ex1-bell-states'),
219223
('And the next two', 2, None, 'and-the-next-two'),
220224
('Ex2: Entangled state', 2, None, 'ex2-entangled-state'),
@@ -296,13 +300,14 @@ <h2 id="practicalities">Practicalities </h2>
296300
<li> Weekly lectures with weekly exercise sessions and assignments. The assignments are meant as background for the two projects</li>
297301
<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>
298302
<ul>
299-
<li> First project: Quantum computing and simulation of quantum mechanical systems</li>
303+
<li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
300304
<li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
301305
<li> Second project: Applications and implementations of quantum machine learning algorithms</li>
302-
<li> Second project: studies of entanglement and physical realization of quantum gates and circuits</li>
306+
<li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
303307
<li> Second project: Implementation of quantum simulators on actual quantum computers</li>
304308
<li> Second project: Simulation of linear algebra systems on quantum computers</li>
305-
<li> Second project: Other ideas</li>
309+
<li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
310+
<li> Second project: Other ideas?</li>
306311
</ul>
307312
</ol>
308313
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
@@ -315,7 +320,15 @@ <h2 id="more-on-projects-and-final-grade">More on projects and final grade </h2>
315320
<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>
316321
</ol>
317322
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
323+
<h2 id="schedule">Schedule </h2>
324+
325+
<ol>
326+
<li> Lectures: Wednesday 1015-12, first lecture January 21. Last lecture May 13. Room F&#216;434</li>
327+
<li> Exercise sessions: Wednesday 815-10, first session January 28. Last session May 20. Room F&#216;434</li>
328+
</ol>
329+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
318330
<h2 id="possible-textbooks">Possible textbooks </h2>
331+
319332
<ol>
320333
<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>
321334
<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>
@@ -1474,10 +1487,10 @@ <h2 id="the-spectral-decomposition">The spectral decomposition </h2>
14741487

14751488

14761489
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
1477-
<h2 id="first-exercise-set">First exercise set </h2>
1490+
<h2 id="first-exercise-set-for-january-28">First exercise set for January 28 </h2>
14781491

14791492
<p>The last two exercises are meant to build the basis for
1480-
the two projects we will work on during the semester. The first
1493+
the projects we will work on during the semester. The first
14811494
project deals with implementing the so-called
14821495
<b>Variational Quantum Eigensolver</b> algorithm for finding the eigenvalues and eigenvectors of selected Hamiltonians.
14831496
</p>

doc/pub/week1/html/week1.html

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
2,
150150
None,
151151
'more-on-projects-and-final-grade'),
152+
('Schedule', 2, None, 'schedule'),
152153
('Possible textbooks', 2, None, 'possible-textbooks'),
153154
('Online material of possible interest',
154155
2,
@@ -291,7 +292,10 @@
291292
2,
292293
None,
293294
'the-spectral-decomposition'),
294-
('First exercise set', 2, None, 'first-exercise-set'),
295+
('First exercise set for January 28',
296+
2,
297+
None,
298+
'first-exercise-set-for-january-28'),
295299
('Ex1: Bell states', 2, None, 'ex1-bell-states'),
296300
('And the next two', 2, None, 'and-the-next-two'),
297301
('Ex2: Entangled state', 2, None, 'ex2-entangled-state'),
@@ -373,13 +377,14 @@ <h2 id="practicalities">Practicalities </h2>
373377
<li> Weekly lectures with weekly exercise sessions and assignments. The assignments are meant as background for the two projects</li>
374378
<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>
375379
<ul>
376-
<li> First project: Quantum computing and simulation of quantum mechanical systems</li>
380+
<li> First project: Quantum computing and simulation of quantum mechanical systems using the VQE algorithm</li>
377381
<li> Second project: Continuation of the first topic with more realistic systems and using adaptive VQE</li>
378382
<li> Second project: Applications and implementations of quantum machine learning algorithms</li>
379-
<li> Second project: studies of entanglement and physical realization of quantum gates and circuits</li>
383+
<li> Second project: Studies of entanglement and physical realization of quantum gates and circuits</li>
380384
<li> Second project: Implementation of quantum simulators on actual quantum computers</li>
381385
<li> Second project: Simulation of linear algebra systems on quantum computers</li>
382-
<li> Second project: Other ideas</li>
386+
<li> Second project: Implementation and studies of the Quantum Approximate Optimization Algorithm (QAOA)</li>
387+
<li> Second project: Other ideas?</li>
383388
</ul>
384389
</ol>
385390
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
@@ -392,7 +397,15 @@ <h2 id="more-on-projects-and-final-grade">More on projects and final grade </h2>
392397
<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>
393398
</ol>
394399
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
400+
<h2 id="schedule">Schedule </h2>
401+
402+
<ol>
403+
<li> Lectures: Wednesday 1015-12, first lecture January 21. Last lecture May 13. Room F&#216;434</li>
404+
<li> Exercise sessions: Wednesday 815-10, first session January 28. Last session May 20. Room F&#216;434</li>
405+
</ol>
406+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
395407
<h2 id="possible-textbooks">Possible textbooks </h2>
408+
396409
<ol>
397410
<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>
398411
<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>
@@ -1551,10 +1564,10 @@ <h2 id="the-spectral-decomposition">The spectral decomposition </h2>
15511564

15521565

15531566
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
1554-
<h2 id="first-exercise-set">First exercise set </h2>
1567+
<h2 id="first-exercise-set-for-january-28">First exercise set for January 28 </h2>
15551568

15561569
<p>The last two exercises are meant to build the basis for
1557-
the two projects we will work on during the semester. The first
1570+
the projects we will work on during the semester. The first
15581571
project deals with implementing the so-called
15591572
<b>Variational Quantum Eigensolver</b> algorithm for finding the eigenvalues and eigenvectors of selected Hamiltonians.
15601573
</p>
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)