Runs a Quantum Version of the Prisoners' Dilemma Game on Qiskit.
- An introduction to a classical version of Quantum Prisoners Dilemma: Video
- The implementation is based on this paper by Eisert J. etal on Quantum Game and Quantum Strategies.
The qpd.py python script accepts the players' strategies, degree of entanglements and number of rounds on the command line as argument.
The qpd_interface.py script launches a GUI for the game built on TKinter in Python.