Skip to content

Commit 2db79f2

Browse files
committed
update
1 parent 7d338cd commit 2db79f2

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ themes can be covered:
5757

5858

5959

60-
61-
6260
## February 9-13, 2026. Entanglement and entropies
6361
- Reminder from last week on entanglement, density matrices and entropies
6462
- One-qubit and two-qubit gates, background and realizations
@@ -72,6 +70,8 @@ themes can be covered:
7270
- Quantum gates and operations and simple quantum algorithms
7371
- Discussion of the VQE algorithm and discussions of project 1
7472
- Simple one-qubit and two-qubit Hamiltonians
73+
- Video of lecture at https://youtu.be/f9AfWyGWbCI
74+
- Whiteboard notes at https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/HandWrittenNotes/2026/Lecturesweek5.pdf
7575
- Teaching material in different formats at https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/pub/week5. See in particular the additional jupyter-notebooks for the one- and two-qubit cases. For those of you who wish to test IBM's quantum computers with Qiskit, there are similar notebooks.
7676
- _Reading recommendation_: For the discussion of one-qubit, two-qubit and other gates, sections 2.6-2.11, 3.1-3.4 and 6.11.1-.6.11.3 of Hundt's book Quantum Computing for Programmers, contain most of the relevant information.
7777
- Video of lecture to be added https://youtu.be/
@@ -82,7 +82,7 @@ themes can be covered:
8282
- VQE and adaptive VQE, Variational Quantum Eigensolver and discussion of codes
8383
- Simulations of of Hamiltonians, focus on the one- and two-qubit Hamiltonians
8484
- Start discussions of Lipkin model
85-
- Video of lecture to be added https://youtu.be/
85+
- Video of lecture to be added https://youtu.be/
8686
- Whiteboard notes at https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/HandWrittenNotes/2026/Lectureweek6.pdf
8787
- Teaching material in different formats at https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/pub/week6
8888

doc/src/week5/make.sh

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,6 @@ opt="--no_mako"
2727
rm -f *.aux
2828

2929

30-
html=${name}-reveal
31-
system doconce format html $name --pygments_html_style=perldoc --keep_pygments_html_bg --html_links_in_new_window --html_output=$html $opt
32-
system doconce slides_html $html reveal --html_slide_theme=beige
33-
34-
# Plain HTML documents
35-
36-
html=${name}-solarized
37-
system doconce format html $name --pygments_html_style=perldoc --html_style=solarized3 --html_links_in_new_window --html_output=$html $opt
38-
system doconce split_html $html.html --method=space10
39-
40-
html=${name}
41-
system doconce format html $name --pygments_html_style=default --html_style=bloodish --html_links_in_new_window --html_output=$html $opt
42-
system doconce split_html $html.html --method=space10
43-
44-
# Bootstrap style
45-
html=${name}-bs
46-
system doconce format html $name --html_style=bootstrap --pygments_html_style=default --html_admon=bootstrap_panel --html_output=$html $opt
47-
#system doconce split_html $html.html --method=split --pagination --nav_button=bottom
4830

4931
# IPython notebook
5032
system doconce format ipynb $name $opt

0 commit comments

Comments
 (0)