A university-level course on Quantum Computing and Quantum Information Science that incorporates IBM Q Experience and Qiskit. This course is adequate for general audiences without prior knowledge on Quantum Mechanics and Quantum Computing (see prior knowledge), has an estimated average duration of 10 weeks at 3h/week (see duration) and is meant to be the entrypoint into the Quantum World.
This course is Open-source and appropriate for both autodidacticism as well as classroom teaching by educators, professors and lecturers in their own classes. Given the dynamic nature of the topic, any open-source contributions and future improvements are welcome.
🏆 This project was the winner of IBM Q Teach Me Quantum award!
- 📁 Week 0 - Hello Quantum World
- 📖 Slides
- 📁 Week 1 - Quantum Tools
- 📁 Week 2 - Quantum Information Science
- 📁 Week 3 - Quantum Gates
- 📁 Week 4 - Quantum Facts
- 📁 Week 5 - Quantum Algorithms (Deutsch's algorithm)
- 📁 Week 6 - Quantum Search (Grover's algorithm)
- 📁 Week 7 - Quantum Factorization (Shor's algorithm)
- 📁 Week 8 - High Level Quantum Programming (qiskit-aqua)
- 📁 Week 9 - State of the Quantum Art
- 📖 Slides
Students of this course are expected to be familiar with (this can be done while going through the course):
- Python language
- Jupyter Notebook environment
- Some linear algebra: inner and outer products, eigenvalues, norms, transpose, adjoints (complex conjugates), tensor product, ...
After completing this course, students should be able to:
- Understand the basics of Quantum Mechanics
- Know how a computing model can be built around Quantum Mechanics
- Understand the advantages, disadvantages and implications of Quantum Computing
- Understand Quantum Information Science and how it contrasts with classical information theory
- Leverage QISKit towards research and development in the Quantum World
- Understand the empirical differences between Quantum Simulators and real Quantum Devices (such as those available in IBMQ)
- Design, interpret and deploy quantum circuits (simulators and real processors)
- Know and describe a few of the most common quantum algorithms: Deutsch, Grover, Shor
- Be able to quickly understand new quantum algorithms based on the same principles: Simon, ...
- Be able to quickly understand new principles of quantum computing: Adiabatic, ...
- Understand the impact that the advance of quantum computers can have on the world as we know it
- Understand High Level applications of near-end quantum algorithms, namely how to use qiskit-aqua for solving real world problems
- Move on to deeper waters, by exploring according to their heart's desire!
- Estimated average duration of 10 weeks at 3h/week
- Duration is flexible depending on level of depth a teacher imposes on each week.
- Usually 1h theory + 2h practice, except for:
- week 0 (1h + 0h = 1h)
- week 1 (1h + 1h = 2h)
- week 9 (2h + 0h = 2h)
- Estimated total time: 25h to 30h.
The materials in this course can be adapted to specific classes, contexts, schools,... to the desire of the educators.
The author
, date
and instute
properties of each presentation is defined in the respective macros.sty
file (this file is an exact copy for each week). If you want to update global settings for all weeks (like the author, update links colors, update code snippets display, ...) you can use the sh replicate_macros.sh
(linux) | replicate_macros.bat
(windows) to replicate the changes from a copy of the file for every week's folder (the source file must be in the utils folder, there is already an updated version of macros.sty in there).
The constraint for using this materials is to replace the \author[]{}
command by the following command: \author[LASTNAME]{FIRSTNAME LASTNAME,\\ \scriptsize{based on slides by \textbf{Miguel Sozinho Ramalho}}}
with the update author info.
Each .pdf
file for slides is static, but if you want to include animations you can do so by replacing the document
class in the first line of the main.tex
files by \documentclass[handout]{beamer}
) and following these instructions.
This can also be accomplished by appending the following lines before \begin{document}
:
\usepackage{pgfpages}
\setbeameroption{show notes}
\setbeameroption{show notes on second screen=right}
To achieve this use any LaTeX compiler of your choice, if you have pdflatex you can simply do pdflatex main.tex
on each week's latex folder.
To present the slides with notes or with animations will only work with an external program, I advise dannyedel/dspdfviewer which also has dual screen and timer functionality.
Each week's slides has a particular theme, that is to help students distinguish between them and strengthen the learning process by fostering association.
This was an excelent oportunity to both teach and learn. I have sought to come up with a methodology of how I wanted my quantum education to have been, hopefully this will help others with similar learning tastes. If not, oh well, shift happens...