Embark on a journey through the Basics of Quantum Information course by IBM with these interactive Jupyter notebooks, guiding you from theoretical concepts to practical Qiskit implementations.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Welcome to the Quantum Computing Tutorials repository! 🌟
This collection of Jupyter notebooks serves as a comprehensive guide for beginners delving into the fascinating world of quantum computing using the Qiskit framework in Python.
The primary goal of this project is to provide clear and concise tutorials that bridge the gap between theoretical concepts and practical implementation. Each notebook is designed to guide you through fundamental topics covered in the Basics of Quantum Information course by IBM, offering step-by-step explanations and hands-on exercises.
-
Mathematical Foundations: Gain a solid understanding of the mathematical principles underpinning quantum information and computation for both single and multiple systems.
-
Quantum Circuits: Learn how to construct and manipulate quantum circuits using Qiskit, exploring various gates and operations.
-
Key Examples: Dive into three crucial examples — quantum teleportation, superdense coding, and the CHSH game — all illustrating the fascinating phenomena of entanglement and quantum information processing.
-
Clone the repo
git clone https://github.com/dannybozbay/Qiskit-Tutorials
-
Create a Python (3.11 or higher) environment with the required dependencies
cd Qiskit-Tutorials python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt
- Lesson 1 - Single Systems
- Lesson 2 - Multiple Systems
- Lesson 3 - Quantum Circuits
- Lesson 3 - Quantum Entanglement
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Danny Bozbay - [email protected]
Project Link: https://github.com/dannybozbay/Qiskit-Tutorials