This repository contains figure data and code implementation of the paper 'quantum reaction-limited reaction-diffusion dynamics of noninteracting Bose gases'.
Table of Contents
We investigate quantum reaction-diffusion systems in one-dimension with bosonic particles that coherently hop in a lattice, and when brought in range react dissipatively. Such reactions involve binary annihilation (
The data to create figures can be found in the results folder. The code to create the figures can be found in the source-code (src) folder. There are two python scripts (phasediagram.py, qrd_dynamics.py), one containing the code used to create the phase diagram (Fig. 6 in the paper) and the other containing the code to create the dynamics and finding the effective exponent (Figs. 2-5 in the paper).
A copy of the files and code can be downloaded by cloning the git repository:
git clone https://github.com/AG-Lesanovsky/2023-quantum-reaction-diffusion-dynamics-of-bose-gases
To run the code a working Python environment is needed. The requirements the can be installed with pip:
pip install -r requirements.txt`
To run the code:
python <path-to-code-file>
Distributed under the CC-BY 4.0 License. See LICENSE.txt
for more information.