This project is an extension of my bloch_schrodinger package dedicated to the simulation of Bose-Einstein condensates by the Gross-Pitaevskii equation. Right now, it simply hosts a ground-state solver based on imaginary time evolution.
First download the repository and extract it where you want. Then, run in your python environment
bash
pip install path\to\package\BECs
or
bash
pip install -e path\to\package\BECs
if you want to be able to modify it in place.
Once you have installed the package, open in a jupyter viewer the Getting Started notebook.