From 72cf74a5d06834c3bf48fc5fadb321d61b2af650 Mon Sep 17 00:00:00 2001 From: Desiree Vogt-Lee Date: Wed, 24 Jan 2018 22:44:34 +1000 Subject: [PATCH] Added MOOCs and Blogs categories --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c14d1f0..f4fd9c1 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,33 @@ Sharing, suggestions and contributions are always welcome! Please take a look at ## Contents - [Learning](#learning) +- [MOOCS](#moocs) - [Development Tools](#development-tools) +- [Blogs](#blogs) - [Books](#books) ## Learning - [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. - [Nielsen and Chuang](http://quantum.wobblybit.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 Zoo](http://math.nist.gov/quantum/zoo/) - Comprehensive catalog of quantum algorithms. + +## MOOCS + +- [Quantum Mechanics and Quantum Computation](https://www.edx.org/course/quantum-mechanics-quantum-computation-uc-berkeleyx-cs-191x) - A conceptual introduction to the fundamental principles of quantum mechanics. ## Development Tools - [IBM Quantum Composer](https://quantumexperience.ng.bluemix.net/qx/editor) - Online quantum composer to run experiments on real quantum computing hardware. +- [Microsoft Quantum Development Kit](https://docs.microsoft.com/en-us/quantum/?view=qsharp-preview) - Microsoft Q# programming language. +- [QCL](http://tph.tuwien.ac.at/~oemer/qcl.html) - An older, C like language for quantum computers. Only has a simulator and debugger. - [QISKit SDK](https://github.com/QISKit/qiskit-sdk-py) - Software development kit for working with OpenQASM and the IBM Q Experience. +## Blogs + +- [Decodoku](https://medium.com/@decodoku) - Interesting posts on quantum computation, by James Wootton. + ## Books - [Quantum Computation and Quantum Information](https://books.google.com/books/about/Quantum_Computation_and_Quantum_Informat.html?id=-s4DEy7o-a0C&redir_esc=y) - A well appreciated comprehensive textbook for those with a bit of prior knowledge in maths, computer science and physics.