Skip to content

Latest commit

 

History

History
79 lines (64 loc) · 3.52 KB

README.md

File metadata and controls

79 lines (64 loc) · 3.52 KB


Hiperwalk


PyPI Downloads Stack Overflow Quantum Week Paper Contribute

Hiperwalk, an acronym for High-Performance Quantum Walk Simulator, is a powerful, open-source software designed to simulate quantum walks on various graph structures. Leveraging heterogeneous High-Performance Computing (HPC),

Install

Hiperwalk is available with HPC support or not.

No HPC Support

Install the lastest version of Hiperwalk from PyPi

pip install hiperwalk

HPC Support

HPC support is available via Docker or local installation. The latter requires hiperblas-core and pyhiperblas for HPC on CPU, with optional GPU support provided by hiperblas-opencl-bridge. For more details, access https://hiperwalk.org/docs/stable/install/.

Call for Contributions

Small improvements or fixes are always appreciated. If you are considering larger contributions to the source code, or if you are unsure where to start or how your skills fit in, please contact us through hiperwalk@gmail.com.

There are multiple ways to contribute to Hiperwalk. For instance, you can:

  • contribute to HiperBLAS
  • help us stay on top of new and old issues
  • develop tutorials, presentations, and other educational materials
  • maintain and improve our website
  • develop graphic design for our brand assets and promotional materials
  • translate website content
  • help with outreach and onboard new contributors

If you are new to contributing to open source, this guide helps explain why, what, and how to successfully get involved.