Skip to content

stjordanis/QuantumBlur

 
 

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:

  • 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.

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.7%
  • Python 3.3%