Introduction
“Quantum mechanics broke the mold of the previous framework, classical mechanics, by establishing that the predictions of science are necessarily probabilistic.”
—Brian Greene
This chapter covers the topic of evolving quantum solutions. You will see how quantum AI algorithms are implemented in different real-life solutions. The solutions covered in this chapter are related to quantum annealing, quantum key distribution, and quantum teleportation.
Initial Setup
You need to set up Python 3.5 to run the code samples in this chapter. You can download it from https://www.python.org/downloads/release/python-350/ ...