Skip to content

Commit 3ff1309

Browse files
committed
update
1 parent 6753c44 commit 3ff1309

File tree

3 files changed

+160
-9
lines changed

3 files changed

+160
-9
lines changed
-1 Bytes
Binary file not shown.

doc/pub/week11/ipynb/week11.ipynb

Lines changed: 124 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "ec23aba1",
5+
"id": "8b815723",
66
"metadata": {
77
"editable": true
88
},
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"cell_type": "markdown",
17-
"id": "99e930c6",
17+
"id": "9f0c86ee",
1818
"metadata": {
1919
"editable": true
2020
},
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"cell_type": "markdown",
30-
"id": "2c3e5dc5",
30+
"id": "6d45c5b8",
3131
"metadata": {
3232
"editable": true
3333
},
@@ -43,13 +43,15 @@
4343
"a. PDF slides at <https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/pub/week11/pdf/week11slides.pdf>\n",
4444
"\n",
4545
"b. Jupyter-notebooks at <https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/pub/week11/ipynb>\n",
46+
"\n",
47+
"* Project two suggestions, see <https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2026/Project2>. Note that these suggestions will be revised till April 7\n",
4648
"<!-- * [Video of lecture TBA](https://youtu.be/) -->\n",
4749
"<!-- * [Whiteboard notes](https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/HandWrittenNotes/2025/NotesApril2.pdf) -->"
4850
]
4951
},
5052
{
5153
"cell_type": "markdown",
52-
"id": "8bed1964",
54+
"id": "47a5188c",
5355
"metadata": {
5456
"editable": true
5557
},
@@ -73,7 +75,7 @@
7375
},
7476
{
7577
"cell_type": "markdown",
76-
"id": "01b8db64",
78+
"id": "e54d0df5",
7779
"metadata": {
7880
"editable": true
7981
},
@@ -89,7 +91,7 @@
8991
},
9092
{
9193
"cell_type": "markdown",
92-
"id": "036229af",
94+
"id": "80089d03",
9395
"metadata": {
9496
"editable": true
9597
},
@@ -101,14 +103,14 @@
101103
},
102104
{
103105
"cell_type": "markdown",
104-
"id": "c4e79a56",
106+
"id": "9bd93c93",
105107
"metadata": {
106108
"editable": true
107109
},
108110
"source": [
109111
"## Codes and plans for the coming two weeks (April 13-24)\n",
110112
"\n",
111-
"This week, with respect to codes, we focus on the **implementation of the QPE algorithm and the QFT algorithm**. For the HHL algorithm our main focus, as discussed in the slides at <https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/pub/week11/pdf/week11slides.pdf>, will be on the theoretical aspects of the algorithm. \n",
113+
"This week (April 8), with respect to codes, we focus on the **implementation of the QPE algorithm and the QFT algorithm**. For the HHL algorithm our main focus, as discussed in the slides at <https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/pub/week11/pdf/week11slides.pdf>, will be on the theoretical aspects of the algorithm. \n",
112114
"\n",
113115
"Next week we will discuss codes for the HHL algorithm applied to\n",
114116
"linear algebra problems and the solution of differential equations like\n",
@@ -121,6 +123,120 @@
121123
"\n",
122124
"Suggestions for project 2 will be presented April 8."
123125
]
126+
},
127+
{
128+
"cell_type": "markdown",
129+
"id": "02df95f7",
130+
"metadata": {
131+
"editable": true
132+
},
133+
"source": [
134+
"## Plans for the rest of the semester, April"
135+
]
136+
},
137+
{
138+
"cell_type": "markdown",
139+
"id": "15498f0d",
140+
"metadata": {
141+
"editable": true
142+
},
143+
"source": [
144+
"### April 6-10, 2026\n",
145+
"\n",
146+
"* Finalizing the QPE discussions, with codes and formalism\n",
147+
"\n",
148+
"* The HHL algorithm for solving linear algebra problems"
149+
]
150+
},
151+
{
152+
"cell_type": "markdown",
153+
"id": "c9b0c831",
154+
"metadata": {
155+
"editable": true
156+
},
157+
"source": [
158+
"### April 13-17, 2026\n",
159+
"\n",
160+
"* Summing up the HHL discussions, codes and algorithms\n",
161+
"\n",
162+
"* The QAOA algorithm"
163+
]
164+
},
165+
{
166+
"cell_type": "markdown",
167+
"id": "5e994bf9",
168+
"metadata": {
169+
"editable": true
170+
},
171+
"source": [
172+
"### April 20-24, 2026 Quantum Machine Learning\n",
173+
"\n",
174+
"* Linking the HHL and the QAOA algorithm with quantum machine learning (QML) \n",
175+
"\n",
176+
"* Basics of QML \n",
177+
"\n",
178+
"* Quantum Support vector machines (QSVM) and classical SVMs"
179+
]
180+
},
181+
{
182+
"cell_type": "markdown",
183+
"id": "97848a6e",
184+
"metadata": {
185+
"editable": true
186+
},
187+
"source": [
188+
"### April 27-May 1, 2026 Quantum machine learning\n",
189+
"\n",
190+
"* QSVM, algorithms and codes\n",
191+
"\n",
192+
"* Quantum neural networks (QNN)"
193+
]
194+
},
195+
{
196+
"cell_type": "markdown",
197+
"id": "0631ba5f",
198+
"metadata": {
199+
"editable": true
200+
},
201+
"source": [
202+
"## Plans for the rest of the semester, May"
203+
]
204+
},
205+
{
206+
"cell_type": "markdown",
207+
"id": "6cfd70f1",
208+
"metadata": {
209+
"editable": true
210+
},
211+
"source": [
212+
"### May 4-8, 2026 Quantum Machine Learning\n",
213+
"\n",
214+
"* Quantum neural networks, codes and implementations"
215+
]
216+
},
217+
{
218+
"cell_type": "markdown",
219+
"id": "57b503c9",
220+
"metadata": {
221+
"editable": true
222+
},
223+
"source": [
224+
"### May 11-15, 2026\n",
225+
"\n",
226+
"* Quantum neural networks and quantum Boltzmann machines"
227+
]
228+
},
229+
{
230+
"cell_type": "markdown",
231+
"id": "2d7a105b",
232+
"metadata": {
233+
"editable": true
234+
},
235+
"source": [
236+
"### May 18-22, 2026\n",
237+
"\n",
238+
"* Summary of course and discussion of and work on project 2"
239+
]
124240
}
125241
],
126242
"metadata": {},

doc/src/week11/week11.do.txt

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ DATE: April 8, 2026
1212
* Material this week:
1313
o PDF slides at URL:"https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/pub/week11/pdf/week11slides.pdf"
1414
o Jupyter-notebooks at URL:"https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/pub/week11/ipynb"
15+
* Project two suggestions, see URL:"https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2026/Project2". Note that these suggestions will be revised till April 7
1516
#* "Video of lecture TBA":"https://youtu.be/"
1617
#* "Whiteboard notes":"https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/HandWrittenNotes/2025/NotesApril2.pdf"
1718
!eblock
@@ -48,7 +49,7 @@ A \mathbf{x} = \mathbf{b}
4849
!split
4950
===== Codes and plans for the coming two weeks (April 13-24) =====
5051

51-
This week, with respect to codes, we focus on the _implementation of the QPE algorithm and the QFT algorithm_. For the HHL algorithm our main focus, as discussed in the slides at URL:"https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/pub/week11/pdf/week11slides.pdf", will be on the theoretical aspects of the algorithm.
52+
This week (April 8), with respect to codes, we focus on the _implementation of the QPE algorithm and the QFT algorithm_. For the HHL algorithm our main focus, as discussed in the slides at URL:"https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/pub/week11/pdf/week11slides.pdf", will be on the theoretical aspects of the algorithm.
5253

5354

5455
Next week we will discuss codes for the HHL algorithm applied to
@@ -63,3 +64,37 @@ networks. These topics will be the main topics for the rest of the semester.
6364
Suggestions for project 2 will be presented April 8.
6465

6566

67+
!split
68+
===== Plans for the rest of the semester, April =====
69+
70+
71+
=== April 6-10, 2026 ===
72+
* Finalizing the QPE discussions, with codes and formalism
73+
* The HHL algorithm for solving linear algebra problems
74+
75+
=== April 13-17, 2026 ===
76+
* Summing up the HHL discussions, codes and algorithms
77+
* The QAOA algorithm
78+
79+
=== April 20-24, 2026 Quantum Machine Learning ===
80+
* Linking the HHL and the QAOA algorithm with quantum machine learning (QML)
81+
* Basics of QML
82+
* Quantum Support vector machines (QSVM) and classical SVMs
83+
84+
=== April 27-May 1, 2026 Quantum machine learning ===
85+
* QSVM, algorithms and codes
86+
* Quantum neural networks (QNN)
87+
88+
89+
!split
90+
===== Plans for the rest of the semester, May =====
91+
92+
93+
=== May 4-8, 2026 Quantum Machine Learning ===
94+
* Quantum neural networks, codes and implementations
95+
96+
=== May 11-15, 2026 ===
97+
* Quantum neural networks and quantum Boltzmann machines
98+
99+
=== May 18-22, 2026 ===
100+
* Summary of course and discussion of and work on project 2

0 commit comments

Comments
 (0)