Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.22 KB

QuantumBlur

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.

Requirements

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.

Installation

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

How to use

See the quick start guide.