From 6ca6050157af95ec6eb765fcd709b54e4bf6dff6 Mon Sep 17 00:00:00 2001 From: Will Cunningham Date: Mon, 4 Jul 2022 09:04:52 -0400 Subject: [PATCH 1/2] adding covalent --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a39455..6eaf11e 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ For further resources related to Open Source Quantum Software Projects, please c - [Amazon Braket](https://aws.amazon.com/braket/) - Fully managed service providing a development environment to run quantum circuits on quantum simulators and computers. - [Blueqat](https://github.com/Blueqat/Blueqat) - Software development kit in Python for quantum gate computing. - [Cirq](https://github.com/quantumlib/Cirq) - Python library for writing, manipulating, and optimizing NISQ circuits to run on quantum computers. +- [Covalent](https://github.com/AgnostiqHQ/covalent) - Framework for distributed computing on heterogeneous infrastructure from CPUs to GPUs to quantum computers. - [IBM Quantum Experience](https://quantum-computing.ibm.com) - Online quantum composer to run experiments on real quantum computing hardware. - [Mitiq](https://mitiq.readthedocs.io/) - Python toolkit for implementing error mitigation techniques on quantum computers. - [NISQAI](https://github.com/quantumai-lib/nisqai) - Library for performing quantum artificial intelligence on near-term quantum computers. From 84d1da2dda91cd16728f0e7529ab2a9834290667 Mon Sep 17 00:00:00 2001 From: Mariia Mykhailova Date: Sat, 16 Jul 2022 10:22:03 -0700 Subject: [PATCH 2/2] Update link to Thomas Wong's book It appears that the author updates the pdf file name with each edition, so the old one gives 404. Linking to the website that has all the latest links on it might work better in the long run. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a39455..43b1bc9 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ For further resources related to Open Source Quantum Software Projects, please c - [An Introduction to Quantum Computing](https://www.amazon.com/Introduction-Quantum-Computing-Phillip-Kaye/dp/019857049X/) - Strikes an excellent balance between accessiblity and mathematical rigour. It is suitable for undergraduate students. - [Classical and Quantum Computation](https://books.google.com.au/books/about/Classical_and_Quantum_Computation.html?id=TrMposZZ0MQC&redir_esc=y) - Introduction to fundamentals of classical and quantum computing. - [Dancing with Qubits](https://www.robertsutor.com/dancing-with-qubits/) - How quantum computing works and how it can change the world. -- [Introduction to Classical and Quantum Computing](http://www.thomaswong.net/introduction-to-classical-and-quantum-computing.pdf) - Introductory quantum computing textbook. The only prerequisite is trigonometry, and it teaches the math along the way. +- [Introduction to Classical and Quantum Computing](http://www.thomaswong.net/) - Introductory quantum computing textbook. The only prerequisite is trigonometry, and it teaches the math along the way. - [Learn Quantum Computation using Qiskit](http://community.qiskit.org/textbook) - An open-source textbook covering quantum algorithms and showing how to run them on real hardware using Qiskit. Also covers prerequisites. - [Learn Quantum Computing with Python and Q#](https://www.manning.com/books/learn-quantum-computing-with-python-and-q-sharp) - Introduces quantum computing using Python and Q#, Microsoft's new language for quantum programming. - [Problems and Solutions in Quantum Computing](https://www.worldscientific.com/worldscibooks/10.1142/6077#) - Easy to advanced quantum computing and information problems with detailed solutions.