Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Dancing with Qubits - Second Edition

You're reading from  Dancing with Qubits - Second Edition

Product type Book
Published in Mar 2024
Publisher Packt
ISBN-13 9781837636754
Pages 684 pages
Edition 2nd Edition
Languages
Author (1):
Robert S. Sutor Robert S. Sutor
Profile icon Robert S. Sutor

Table of Contents (26) Chapters

Preface I Foundations
Why Quantum Computing They’re Not Old, They’re Classics More Numbers Than You Can Imagine Planes and Circles and Spheres, Oh My Dimensions 6 What Do You Mean “Probably”? II Quantum Computing
One Qubit Two Qubits, Three Wiring Up the Circuits From Circuits to Algorithms Getting Physical III Advanced Topics
Considering NISQ Algorithms Introduction to Quantum Machine Learning Questions about the Future Afterword
A Quick Reference B Notices C Production Notes Other Books You May Enjoy
References
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.

lock icon The rest of the chapter is locked
Next Chapter arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}