Quantum Computing Initiative lesson information
Visit the slides-pdf directory and view the PDF slides for your desired lesson.
- The classical computing paradigm
- Intro to linear algebra and programming with Qiskit
- Intro to quantum mechanics and quantum computing
- Quantum Gates [0]: Addition from scratch on a quantum computer
- Quantum Gates [1]: State vectors, superposition, and entanglement
- Project: Generating truly random numbers
- Surpassing classical computers [0]: The Deutsch Oracle
- Surpassing classical computers [1]: Grover’s Algorithm
- The past, present, and future of quantum computing
First install the Reveal.js dependencies with yarn
.
Then, run the following to start the reveal.js slides. Then visit http://localhost:3000/src/lesson-N.html where N is the desired lesson number.
yarn
yarn dev