python-for-physicists

A series of programming tutorials in Python aimed for physicists.

View the Project on GitHub Sampreet/python-for-physicists

Module 08 - Quantum Computing

Towards a new dawn!

← [Previous] Module 07 - Deep Learning

Prerequisites


Before diving into this module, make sure you brush up the following:

Basic knowledge of Python

Since we will primarily be using the Qiskit SDK to execute our programs in the IBM Quantum Experience cloud, a preliminary knowledge of Python is a must! You must have Python set up, with a knowledge of its fundamentals, and must be familiar to visualization and computing libraries.

Elementary Quantum Mechanics

Tutorials


M08T01 - CBits to QBits

M08T02 - Circuits and Gates

M08T03 - Measurements

M08T04 - Algorithms

M08T05 - The Qiskit SDK

M08T06 - Grover’s Algorithm

[Next] Module 09 - Quantum ML →