Learn Quantum Computing using Python

Learn Quantum Computing using Python#


Welcome!

This online textbook is meant to serve as a reference guide to the field of quantum computing using an applied approach.

Instead of solely focusing on the theory and equations needed to get acquainted with the field, this website is designed to help you understand the necessary concepts to learn quantum computation, communication, and information by using code written in Python. In particular, this guide uses Qiskit, which is currently considered to be the most popular Python package for the implementation, simulation, and execution of quantum programs. However, other packages might be supported in the future.