From 72cf74a5d06834c3bf48fc5fadb321d61b2af650 Mon Sep 17 00:00:00 2001 From: Desiree Vogt-Lee Date: Wed, 24 Jan 2018 22:44:34 +1000 Subject: [PATCH 1/5] 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. From 57e6632d2d2122332ec27363182ad5d32a0bfa01 Mon Sep 17 00:00:00 2001 From: Kendrick Tan Date: Wed, 24 Jan 2018 22:52:11 +1000 Subject: [PATCH 2/5] added MIT MOOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4fd9c1..2a71797 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at ## MOOCS +- [MIT Quantum Information Sciences](https://ocw.mit.edu/courses/media-arts-and-sciences/mas-865j-quantum-information-science-spring-2006/lecture-notes/) - A series of lecture notes on the MIT quantum information sciences course. - [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 From cccfa63dc3139b3e3135f06829bb950f5ca5cf10 Mon Sep 17 00:00:00 2001 From: prince-ph0en1x Date: Wed, 24 Jan 2018 15:33:27 +0100 Subject: [PATCH 3/5] added 3 MOOCs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f4fd9c1..5f7a055 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Sharing, suggestions and contributions are always welcome! Please take a look at ## 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. +- [Quantum Information Science I, Part I](https://courses.edx.org/courses/course-v1:MITx+8.370.1x+1T2018/course/) - This course module will help you establish a foundation of knowledge for understanding what quantum computers can do, how they work, and how you can contribute to discovering new things and solving problems in quantum information science and engineering. +- [Quantum Cryptography](https://www.edx.org/course/quantum-cryptography-caltechx-delftx-qucryptox-0) - Learn how quantum communication provides security that is guaranteed by the laws of nature. +- [The Quantum Internet and Quantum Computers: How Will They Change the World?](https://www.edx.org/course/quantum-internet-quantum-computers-how-delftx-qtm1x) - Discover quantum computers and the quantum internet. Learn the principles and promises behind these developments and how they will impact our future. ## Development Tools From d64d0bc31522e836091789e129919a7ba63993dc Mon Sep 17 00:00:00 2001 From: Desiree Vogt-Lee Date: Thu, 25 Jan 2018 07:50:06 +1000 Subject: [PATCH 4/5] updated CONTRIBUTING --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26a1249..5dad3fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,9 +13,10 @@ When making a **pull request**, please make sure to: - Make a separate pull request for each suggestion. - Include a link to the resource and briefly describe what it is and why it should be included. - Add new categories or improve existing categorization when appropriate. +- Within categories, please ensure link names are in alphabetical order. - Have your description: - Be short and simple, descriptive but not pitchy or promotional. - - Follow this format: `[package](link) - Description.` + - Follow this format: `[name](link) - Description.` - Start with a capital and end with a full stop/period; no trailing whitespace. - Checked for spelling and grammar. From fcebf6003dd26063e0c359b6ac04fbb6a4661015 Mon Sep 17 00:00:00 2001 From: prince-ph0en1x Date: Thu, 25 Jan 2018 10:57:39 +0100 Subject: [PATCH 5/5] MOOCs requested changes updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6c2728..ab296b8 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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 +## MOOCs - [MIT Quantum Information Sciences](https://ocw.mit.edu/courses/media-arts-and-sciences/mas-865j-quantum-information-science-spring-2006/lecture-notes/) - A series of lecture notes on the MIT quantum information sciences course. -- [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. -- [Quantum Information Science I, Part I](https://courses.edx.org/courses/course-v1:MITx+8.370.1x+1T2018/course/) - This course module will help you establish a foundation of knowledge for understanding what quantum computers can do, how they work, and how you can contribute to discovering new things and solving problems in quantum information science and engineering. - [Quantum Cryptography](https://www.edx.org/course/quantum-cryptography-caltechx-delftx-qucryptox-0) - Learn how quantum communication provides security that is guaranteed by the laws of nature. +- [Quantum Information Science I, Part I](https://www.edx.org/course/quantum-information-science-i) - A foundational course on quantum information and computation. - [The Quantum Internet and Quantum Computers: How Will They Change the World?](https://www.edx.org/course/quantum-internet-quantum-computers-how-delftx-qtm1x) - Discover quantum computers and the quantum internet. Learn the principles and promises behind these developments and how they will impact our future. +- [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