Quantum Networks
Project description
quantumnetworks
Please checkout this presentation for a quick overview of quantumnetworks
!
Installation
Conda users, please make sure to conda install pip
before running any pip installation if you want to install quantumnetworks
into your conda environment.
quantumnetworks
will soon be published on PyPI. So, to install, simply run:
pip install quantumnetworks
If you also want to download the dependencies needed to run optional tutorials, please use pip install quantumnetworks[dev]
or pip install 'quantumnetworks[dev]'
(for zsh
users).
To check if the installation was successful, run:
python3
>>> import quantumnetworks as qn
Building from source
To build quantumnetworks
from source, pip install using:
git clone git@github.com:Phionx/quantumnetworks.git
cd quantumnetworks
pip install --upgrade .
If you also want to download the dependencies needed to run optional tutorials, please use pip install --upgrade .[dev]
or pip install --upgrade '.[dev]'
(for zsh
users).
Installation for Devs
If you intend to contribute to this project, please install quantumnetworks
in develop mode as follows:
git clone git@github.com:Phionx/quantumnetworks.git
cd quantumnetworks
pip install -e .[dev]
Please use pip install -e '.[dev]'
if you are a zsh
user.
Motivation
We present quantumnetworks
as a numerical simulation tool with which to explore the time-dynamics of a driven, lossness, and nonlinear multi-mode quantum network using the Heisenberg-Langevin Equations. The applications of this tooling span quantum transduction, bosonic quantum error correction systems, quantum communication, and more.
Codebase
The codebase is split across quantumnetworks/systems
and quantumnetworks/analysis
, which respectively provide solvers and analysis tools for several quantum network systems of interest.
Future Directions
Checkout issues to see what we are working on these days!
Acknowledgements
Core Devs: Shantanu Jha, Shoumik Chowdhury, Lamia Ateshian
Thanks to Professor Luca Daniel and our TA, Taqiyyah Safi, for invaluable feedback during the development of this package in the Fall 2021 iteration of Introduction to Numerical Simulation (6.336) at MIT.
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
File details
Details for the file quantumnetworks-0.1.0.tar.gz
.
File metadata
- Download URL: quantumnetworks-0.1.0.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ad755af52c378be3ff00e00dafc4a8cdef68fb187cf9dc240d14ebb22603f48 |
|
MD5 | 42d3b0641636f01c92888793fa83f8c0 |
|
BLAKE2b-256 | ca6a6f505bb8c5ba474e0befbb1af661d6374bd708d6c1ed862fbc440b8af45b |