From 8801f5c5007effc7b01d81157f942bbe7ce0b35f Mon Sep 17 00:00:00 2001 From: Lynn Langit Date: Mon, 11 Aug 2025 07:55:21 -0500 Subject: [PATCH] Update README.md add link to 'Learning-Quantum' Repo added a link to https://github.com/lynnlangit/learning-quantum --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a82e4ed..df86934 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ For further resources related to Open Source Quantum Software Projects, please c - [IBM Q Full User Guide](https://quantumexperience.ng.bluemix.net/qx/tutorial?sectionId=full-user-guide&page=introduction) - Short tutorials providing a gentle introduction to quantum computing and IBM Q. - [Introduction to Quantum Computing](https://home.cern/news/announcement/computing/online-introductory-lectures-quantum-computing-6-november) - Online introductory lectures on quantum computing by CERN (European Organization for Nuclear Research). - [John Preskill's Notes on Quantum Computation](http://www.theory.caltech.edu/~preskill/ph219/index.html#lecture) - Notes of Caltech's Quantum Computation Course Physics 219/Computer Science 219 by John Preskill. +- [Learning-Quantum](https://github.com/lynnlangit/learning-quantum) - Year-long bookclub (Repo + YouTube playlist) study group using O'Reilly 'Programming Quantum Computers' and cloud quantum environments for learning - [Nielsen and Chuang](https://workedproblems.wordpress.com/category/nielsenchuang/) - Worked examples on quantum algorithm problems. - [Qiskit Tutorials](https://github.com/Qiskit/qiskit-tutorial) - Jupyter notebooks simply demonstrating how to use Qiskit. - [Quantum Algorithm Implementations for Beginners](https://arxiv.org/pdf/1804.03719.pdf) - A brif survey of 20 different quantum algorithms using qiskit.