This is the Code for "Quantum Computing - The Math of Intelligence #10" By Siraj Raval on Youtube
This weeks challenge is to write your own quantum algorithm in Python using IBM's API. See this top answer for some examples of the kind of algorithm you can build. Bonus points for good documentation. Good luck!
This is the code for this video on Youtube by Siraj Raval. It build the Deutsch-Josza algorithm using IBM's Quantum API to demonstrate quantum power.
Use this README for instructions on how to setup your dependencies
Run python demo.py
in terminal after setting up your dependencies
The credits for this code go to IBM. I've merely created a wrapper to get people started.