Introduction
“If we take quantum theory seriously as a picture of what’s really going on, each measurement does more than disturb: it profoundly reshapes the very fabric of reality.”
—Nick Herbert
This chapter covers the topic of quantum AI algorithms. You can see how quantum AI algorithms are implemented in day-to-day life. Code examples are presented for specific algorithms such as quantum probability, quantum walks, quantum search, quantum deep learning, and quantum parallelism.
Initial Setup
You need to set up Python 3.5 to run the code samples in this chapter. You can download ...