A tool for doing quantum things with height maps and images. All explained in this blog and the corresponding paper.
In this respository is a Python version of the source code, but there is also a Unity implementation.
Either of the following:
- Any Python from 2.7 and beyond, with only the standard library and MicroQiskit;
- Python 3.7 and beyond with Qiskit, NumPy, SciPy and PIL.
The latter is recommended, but the former is more flexible to running everything in strange places.
You just need the file quantumblur.py somewhere importable. You can do this with a simple copy/paste, but you can also pip install this repository with the following command.
pip install git+https://github.com/qiskit-community/QuantumBlur.git
See the quick start guide.