Skip to content

arnaudon/netSALT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 16, 2024
944a9d2 · May 16, 2024
Jul 15, 2023
Apr 1, 2022
Aug 18, 2023
May 16, 2024
Aug 18, 2023
Jan 21, 2022
Sep 5, 2023
Feb 18, 2019
Nov 24, 2022
Sep 19, 2022
Jan 21, 2022

Repository files navigation

DOI

Code simulating quantum graphs.

Doc: https://arnaudon.github.io/netSALT/

This code simulates network lasers with the SALT approximation and quantum graphs.

This is the code accompanying the following publications:

Sensitivity and spectral control of network lasers
Dhruv Saxena, Alexis Arnaudon, Oscar Cipolato, Michele Gaio, Alain Quentel, Sophia Yaliraki, Dario Pisignano, Andrea Camposeo, Mauricio Barahona, Riccardo Sapienza

avaialble on arxiv: https://arxiv.org/abs/2203.16974 and Nat. Comm.: https://www.nature.com/articles/s41467-022-34073-3

Installation

Then to install the package, just run (preferably in a virtualenv)

pip install -e . 

or from pypi:

pip install netsalt

Usage

The code is accessible directly, or via a workflow manager (luigi) and related confifguration files, see example folder.