learning_quantum_computing icon indicating copy to clipboard operation
learning_quantum_computing copied to clipboard

Pool of Resources arranged in proper order to get started with Quantum Computing

Learning Quantum Computing

Pool of Resources arranged in proper order to get started with Quantum Computing. I'll be adding more resources as I get them. If you have anything to add, feel free to create a Pull Request.

The Bible

Quantum Computation and Quantum Information - 10th Anniversary Edition by Michael A. Nielson & Issac L. Chuang - Ebook . This book is considered to be the bible in Quantum Computing field. It explains each and every concept clearly, hence it's a must for any beginner.

Courses

Few Quantum Computing Courses:

  1. Coursera - The Introduction to Quantum Computing Link

  2. Brilliant - Quantum Computing Link

  3. edX - Quantum Machine Learning Link

  4. edX - The building blocks of a quantum computer (Part 1) Link

  5. edX - Quantum Internet Link

Useful Wesbsites

  1. Quantum Computing Report - This website contains all the resources you'll need from Books to Players in market. Link

  2. Quantum Computing for the very curious by Andy Matuschak and Michael Nielson Link

Programming in Quantum Computing

There are quite a lot of programming languages which are coming up. But most of them are Python libraries.

  1. Qiskit - An open source Python library developed by IBM- Link

  2. Q# - A special programming language developed by Microsoft on the grounds on C#. Here you'll also find material to clear your QC concepts. Link

  3. Cirq - It's a framework designed by Google to work with NISQ computer - Link