From f34fd41d37829977cfd7594a93a5f1cec7143978 Mon Sep 17 00:00:00 2001 From: James Wootton Date: Mon, 4 Apr 2022 17:57:25 +0200 Subject: [PATCH] add lecture dates and names --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4b7d635..3bab203 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,21 @@ The course will be based on the [Qiskit textbook](https://qiskit.org/textbook/pr In-person lectures will be held when possible. However, since the lectures will follow the same format as in 2021, pre-recorded lectures will be available for all who cannot attend for any reason. +* Lecture 1, March 1: The Atoms of Computation and What is Quantum +* Lecture 2, March 8: Python, Qiskit and Hello Qiskit +* Lecture 3, March 15: Representing Single Qubit States and Gates +* Lecture 4, March 22: Multi-qubit States and Circuit Identities +* Lecture 5, March 29: Fun with Matrices +* Lecture 6, April 5: Circuits and Universality +* Lecture 7, April 12: Basic Algorithms and Protocols +* Lecture 8, April 19: From the Fourier Transform to Shor's Algorithm +* Lecture 9, April 26: Grover's Algorithm (and why we can't yet run it) +* Lecture 10, May 3: Introduction to Quantum Error Correction +* Lecture 11, May 10: Quantum Error Correction: Surface Codes +* Lecture 12, May 17: Quantum Games +* Lecture 13, May 24: tbc +* Lecture 14, May 31: tbc + ## Exercises Some exercises will be in the form of Jupyter notebooks. These can be run locally by installing [Python 3](https://www.python.org/downloads/), [Jupyter](https://jupyter.org/) and [Qiskit](https://qiskit.org/). They can also be run online without any installation using the [IBM Quantum Lab](https://quantum-computing.ibm.com/lab). When you are on the files menu of the lab, you can click on the 'upload file' icon to upload notebooks.