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:
- Python 3.9 and beyond with Qiskit, NumPy, SciPy and PIL.
- Any Python from 2.7 and beyond, with only the standard library and MicroMoth (A minimal quantum SDK, previously known as MicroQiskit);
The former is recommended, but the latter 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.