Git Product home page Git Product logo

teach-me-quantum's Introduction

Teach Me Quantum

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!

Course Overview

Prior Knowledge

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, ...

Learning Goals

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!

Duration

  • 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.

Customizing Slides

Reusing Slides

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.

Animating Slides

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.

Adding Notes to Slides

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}

Compiling LaTeX files

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.

Presenting Slides with Notes and/or Animations

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.


Aditional notes

Each week's slides has a particular theme, that is to help students distinguish between them and strengthen the learning process by fostering association.

Final remarks

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...

teach-me-quantum's People

Contributors

msramalho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

teach-me-quantum's Issues

[Slides] Week5 having minor error in typing

In Week5 about quantum algorithms, with slide 18, there is a minor tying here, which is shown in the image.
image. Here, the yellow highlights have to (-1)^f|1>|1>. Also, in the solution of exercise in week5, why you did flip qubit?
image. I don't understand why you did that?

Slides with minted code force \pagenumber on wrong side

Whenever a slide has minted code, like so:

\begin{frame}[fragile]{Example minted}
	\begin{minted}{python}
		from qiskit_aqua import run_algorithm

		print(run_algorithm(params)['result'])
	\end{minted}
\end{frame}

One is unable to add the \pagenumber before \end{frame} as it gets left aligned instead of right aligned:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.