Skip to main content

Simulate Continuous-Time Quantum Walks

Project description

QWAK

Quantum Walk Analysis Kit - Continuous-time quantum walk analysis framework.

Table of Contents:

Funding

This work is financed by National Funds through the Portuguese funding agency, FCT - Fundação para a Ciência e a Tecnologia, within project UIDB/50014/2020.

Installation

You can install the package both through PyPi pip install qwak-sim or locally, by cloning the project, installing the requirements via pip followed by pip install . in the cloned folder. A virtual environment is highly recommended.

Dependencies

  • Numpy
  • Scipy
  • Sympy
  • matplotlib
  • networkx
  • QuTip
  • eel

Step-by-step installation instructions can be found in the documentation installation page.

Usage

A basic plot of the probability distribution for a CTQW with a walker starting in a superposition of central positions, in a cyclic graph, can be achieved via the following example:

import networkx as nx
import matplotlib.pyplot as plt
from qwak.qwak import QWAK

n = 100
t = 12
initState = [n//2,n//2 + 1]
graph = nx.cycle_graph(n)

qwak = QWAK(graph)
qwak.runWalk(t,initState)

probVec = qwak.getProbVec()
plt.plot(probVec)
plt.show()

Further examples exploring all the different components will be available once the usage documentation is complete.

Documentation

Documentation is a work in progress, and can be found in this page.

Contributing

Extra requirements

  • autopep8
  • pytest
  • sphinx

Contributing to the package follows a relatively simple workflow. After performing the necessary setup procedures, you will update your fork with the latest version of the QWAK project. You can now perform your changes, format them and test them. If a new feature is added, you will need to add docstrings to the new methods and update the existing documentation accordingly. If your contribution is directly to the documentation, you will follow a similar procedure.

Step-by-step instructions on how to setup all the required components for organized contribution can be found on the contributing documentation page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qwak-sim-2022.1007a0.tar.gz (60.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qwak_sim-2022.1007a0-py3-none-any.whl (53.5 kB view details)

Uploaded Python 3

File details

Details for the file qwak-sim-2022.1007a0.tar.gz.

File metadata

  • Download URL: qwak-sim-2022.1007a0.tar.gz
  • Upload date:
  • Size: 60.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for qwak-sim-2022.1007a0.tar.gz
Algorithm Hash digest
SHA256 224998e5025c0f84f4b22c93b49c04cd862d38a5976cce25451bdb895faf0d71
MD5 41ac15b90ed08838b4b3a7727735b869
BLAKE2b-256 4417b78347c902b7aa169b9ef5e98e45b4a902be506e04fa6eba7f4202c223f7

See more details on using hashes here.

File details

Details for the file qwak_sim-2022.1007a0-py3-none-any.whl.

File metadata

  • Download URL: qwak_sim-2022.1007a0-py3-none-any.whl
  • Upload date:
  • Size: 53.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for qwak_sim-2022.1007a0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d81857be4c8d6aa27eeff51cb94472ff99698fc8b5028311b635bfc2d061711
MD5 87f729e67d2877ea1e159ca865ac8a34
BLAKE2b-256 cae15051a323a6ae9ba7956ae9826ab44ec89049f7bbade3f29b7590fae8d6ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page