From f168d40498b69fc68b29d65a41959097f0183eeb Mon Sep 17 00:00:00 2001 From: Desiree Vogt-Lee Date: Mon, 19 Apr 2021 22:15:31 +1000 Subject: [PATCH] added quantum algorithms Thanks for the great resource @Scinawa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66141ea..65b9e09 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ For further resources related to Open Source Quantum Software Projects, please c - [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. - [Quantum Algorithm Zoo](http://math.nist.gov/quantum/zoo/) - Comprehensive catalog of quantum algorithms. +- [Quantum Algorithms](https://quantumalgorithms.org/) - Open-source set of lectures notes on quantum algorithms, with a focus on machine learning and data analysis. - [Quantum Computer Programming](https://cs269q.stanford.edu/syllabus.html?fbclid=IwAR09_JNstMi4WVU4oMHDpWR6xWaSISlrYPjWTUTnhcRdEQhzpoOTRgQN8LI) - Hands on Stanford course teaching quantum computing to those without a quantum mechanical background. - [Quantum Computing Foundations](https://docs.microsoft.com/en-us/learn/paths/quantum-computing-fundamentals/) - Microsoft Learn learning path covering Azure Quantum and elements of quantum computing. - [Quantum Computing Playground](http://www.quantumplayground.net/#/home) - 3D quantum state visualisation tool able to simulate up to 22 qubits.