Skip to content

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.

License

Notifications You must be signed in to change notification settings

Phionx/quantumnetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantumnetworks

License


Please checkout this presentation and paper 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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages