-
Notifications
You must be signed in to change notification settings - Fork 11
Overview
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).
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.
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.