Contents Menu Expand Light mode Dark mode Auto light/dark mode
QWAK - Quantum Walk Analysis Kit
QWAK - Quantum Walk Analysis Kit
  • Installation
    • Setting up QWAK with Anaconda
    • Setting up QWAK with Venv
    • Dependencies
    • Running the Graphical Interface using Flask
  • Usage
    • Perfect State Transfer
    • Directed Quantum Walk
    • Searching With QWAK
    • Stochastic Qwak on a Maze
  • Contributing
    • Generating Documentation
    • Updating PyPi package
  • core
    • qwak package
    • qwak_cupy package
    • utils package
Back to top

DependenciesΒΆ

The core dependencies for QWAK are:

  • numpy

  • scipy

  • sympy

  • matplotlib

  • networkx

  • qutip

  • cupy

For GPU users, refer to the CuPy installation guide, which requires the CUDA Toolkit.

Next
Running the Graphical Interface using Flask
Previous
Setting up QWAK with Venv
Copyright © 2022, Jaime Santos, Bruno Chagas, Rodrigo Chaves, Lorenzo Buffoni
Made with Sphinx and @pradyunsg's Furo