Skip to content

Overview

Oliver Melchert edited this page Mar 26, 2020 · 1 revision

pyGLLE is a Python toolkit for simulating the propagation dynamics of dissipative solitons in a variant of the Lugiato-Lefever equation (LLE). Including dispersion terms of third and fourth order, this variant is here referred to as the generalised LLE (GLLE).

Prerequisites

pyGLLE is written using the Python programming language and depends on the functionality of numpy and scipy. To reproduce the example provided with pyGLLE additionally requires the functionality of Pythons matplotlib.

Availability of the software

The pyGLLE software package is derived from our research software and is meant to work as a (system-)local software tool. There is no need to install it once you got a local clone of the repository, e.g. via

$ git clone https://github.com/omelchert/pyGLLE

We further prepared a pyGLLE compute capsule on Code Ocean, allowing to directly run and modify an exemplary simulation without the need to create a local copy of the repository.

Clone this wiki locally