diff --git a/README.md b/README.md index 3d93c2e..58a584a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Development Tools](#development-tools) - [Blogs](#blogs) - [Books](#books) +- [Papers](#papers) ## Learning @@ -30,13 +31,13 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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 - [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. +- [QuTiP](http://qutip.org/docs/latest/index.html) - Quantum toolbox in Python for simulating dynamics of open quantum systems. - [pyQuil](https://github.com/rigetticomputing/pyquil) - A Python library for quantum programming using Quil. ## Blogs @@ -47,3 +48,8 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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. - [Quantum Computing for Computer Scientists](https://www.amazon.com/Quantum-Computing-Computer-Scientists-Yanofsky/dp/0521879965) - This textbook teaches quantum computing using an approach that is accessible to undergraduate computer science students. +- [Quantum Computation and Quantum Information](http://www-reynal.ensea.fr/docs/iq/QC10th.pdf) - An introduction to the main ideas in quantum computation and quantum information. + +## Papers + +- [Quantum Machine Learning](https://www.researchgate.net/publication/264825604_Quantum_Machine_Learning_What_Quantum_Computing_Means_to_Data_Mining) - Quantum Machine Learning: What Quantum Computing Means to Data Mining.