Skip to content

moth-quantum/QuantumBlur

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors

Languages

  • Jupyter Notebook 97.8%
  • Python 2.2%