Skip to content

Instantly share code, notes, and snippets.

@sibaram-sahu
Last active November 3, 2021 09:12
Show Gist options
  • Save sibaram-sahu/f8196cd78aaf4d11e2d26c682bf3abaf to your computer and use it in GitHub Desktop.
Save sibaram-sahu/f8196cd78aaf4d11e2d26c682bf3abaf to your computer and use it in GitHub Desktop.
Learn 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment