From 5469c79b62a93838331002ca855ad5ac3979bd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Fri, 12 Apr 2024 13:47:38 +0200 Subject: [PATCH] =?UTF-8?q?Added=20Building=20Quantum=20Software:=20A=20de?= =?UTF-8?q?veloper=E2=80=99s=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, Stjepan from Manning here. I thought this title might be a good match. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f26bfdb..9094874 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ For further resources related to Open Source Quantum Software Projects, please c ## Books - [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. +- [Building Quantum Software: A developer’s guide](https://www.manning.com/books/building-quantum-software) - A developer-centric look at quantum computing. - [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/) - Introductory quantum computing textbook. The only prerequisite is trigonometry, and it teaches the math along the way.