A unified Quantum Walk simulation package
Project description
QWnet Package
This package provides a unified interface for various Quantum Walk simulations.
Installation
pip install QWnet
Usage
import QWnet as qw
# 1D/2D/3D Lattice Walks
qw.run_simulation('1d', steps=100)
qw.run_simulation('2d', steps=50)
qw.run_simulation('3d', steps=20)
# Graph Walks
qw.run_simulation('ranking', file_path='graph.edgelist')
qw.run_simulation('pagerank')
qw.run_simulation('hadamard')
qw.run_simulation('szegedy')
qw.run_simulation('community')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qwnet-2.0.0.tar.gz
(8.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
qwnet-2.0.0-py3-none-any.whl
(8.8 kB
view details)
File details
Details for the file qwnet-2.0.0.tar.gz.
File metadata
- Download URL: qwnet-2.0.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2a9cea3a80cf992d5a90bfa198448226cdb44a69930b35a1ef707be3a6f77df
|
|
| MD5 |
33e439580a8854f59e17d53338deb2eb
|
|
| BLAKE2b-256 |
1aae2726df0e40c4c3c7945a85b849c0a5e2828ad9810cc43cea50e7d6fc8901
|
File details
Details for the file qwnet-2.0.0-py3-none-any.whl.
File metadata
- Download URL: qwnet-2.0.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0816e4ddc2e6fd0aec11af96888e998ceafbc2c21f8ac609bcae90145c48f9fb
|
|
| MD5 |
26b5d341eb13005f49050dc295ff6f68
|
|
| BLAKE2b-256 |
4f51a18e0fceabec27f9f90477e8dcde84b0cb97a0782f4a9e6374bf2d815927
|