Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Dancing with Qubits
  • Toc
  • feedback
Dancing with Qubits

Dancing with Qubits

By : Robert S. Sutor
5 (24)
close
Dancing with Qubits

Dancing with Qubits

5 (24)
By: Robert S. Sutor

Overview of this book

Dancing with Qubits, Second Edition, is a comprehensive quantum computing textbook that starts with an overview of why quantum computing is so different from classical computing and describes several industry use cases where it can have a major impact. A full description of classical computing and the mathematical underpinnings of quantum computing follows, helping you better understand concepts such as superposition, entanglement, and interference. Next up are circuits and algorithms, both basic and sophisticated, as well as a survey of the physics and engineering ideas behind how quantum computing hardware is built. Finally, the book looks to the future and gives you guidance on understanding how further developments may affect you. This new edition is updated throughout with more than 100 new exercises and includes new chapters on NISQ algorithms and quantum machine learning. Understanding quantum computing requires a lot of math, and this book doesn't shy away from the necessary math concepts you'll need. Each topic is explained thoroughly and with helpful examples, leaving you with a solid foundation of knowledge in quantum computing that will help you pursue and leverage quantum-led technologies.
Table of Contents (26 chapters)
close
1
I Foundations
8
II Quantum Computing
14
III Advanced Topics
18
Afterword
22
Other Books You May Enjoy
23
References
24
Index
Appendices

What conventions do I use in this book?

When I want to highlight something important that you should especially remember, I use this kind of box:

This is very important.

This book has exercises throughout the text. We answer some in later discussions, but others, the majority, are left for you as thought experiments. They are numbered within chapters.

Exercise 0.1

Is this a sample exercise?

Exercise 0.2

Is this another sample exercise?

Try to work each exercise as you go along. If you need assistance, I recommend:

  • asking your professor or instructor if you have one
  • looking on Wikipedia
  • checking the works cited in the References section
  • performing a web search, including the words “quantum computing” along with your other terms
  • searching the online documentation of the Qiskit and Cirq quantum software development kits
  • browsing or posting a question in r/QuantumComputing on Reddit or Quantum Computing on Stack Exchange
  • viewing videos on YouTube about quantum computing

Due to typographical restrictions, square roots in mathematical expressions within sentences in the eBook version of this book may not have lines over them. For example, an expression such as √(x + y) in a sentence is the same as

Displayed math

when it appears within a standalone centered formula.

Occasionally, you may see something such as 24. This is a reference to a book, article, or web content. The References section provides details about the works cited.

Though this is not a book about coding, I have included some sample calculations using Python version 3.11 or later. Most of the necessary features are available in earlier Python 3 versions.

Executable Python code and its produced results are shown in a monospace font and we mark them off in the text in the following way:

2**50
1125899906842624

The second expression shown is indented and results from running the code.

Code can also span several lines, as in this example where we create and display a set of numbers that contains no duplicates:

print({1, 2, 3, 2, 4,
       1, 5, 3, 6, 7,
       1, 3, 8, 2})
{1, 2, 3, 4, 5, 6, 7, 8}

When I refer to Python function, method, and property names in text, they appear like this: print. Python module and package names appear like math and numpy.

The code bundle for the book is hosted on GitHub at

https://github.com/PacktPublishing/Dancing-with-Qubits-2E.

We also have other code bundles from the rich Packt catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Share your thoughts

Once you’ve read Dancing with Qubits, Second Edition, we’d love to hear your thoughts! Scan the QR code below to go straight to the Amazon review page for this book and share your feedback.

QR code to share your thoughts

https://packt.link/r/1837636753

Your review is important to us and the tech community and will help us make sure we’re delivering excellent quality content.

Learn more on Discord

Join the Discord community for this book, where you can share feedback, ask questions to the author, and learn about new releases:

https://discord.com/invite/9sJCQvCAAD.

bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete