corbett / QuantumComputing

This is an implementation of IBM's Quantum Experience in simulation; a 5-qubit quantum computer with a limited set of gates. Please cite me if you end up using this academically.
GNU General Public License v3.0
590 stars 140 forks source link

Python3 port, small bug fix. #6

Closed LSaldyt closed 6 years ago

LSaldyt commented 7 years ago

Ports codebase to Python3 and removes some small bugs in the process. Note that the code actually runs under both Python3 and Python2

In short:

See #4 for more details.

Also, a small issue where lists of lists were not being converted to numpy arrays was also addressed.