Introduction
“To me quantum computation is a new and deeper and better way to understand the laws of physics, and hence understanding physical reality as a whole.”
—David Deutsch
This chapter covers the topic of quantum solutions. You will see how quantum AI algorithms are implemented in different real-life solutions. The solutions covered in this chapter are the traveling salesman problem, scheduling, fraud detection, and distribution solution.
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/ ...