Features include (but not limited to):
- create particles in a simulated environment
- create potential fields to account for external forces
- propagate particles (using the titular Schrödinger's equation)
- draw and animate graphs
access boundary error, core dumpedtotally not run out of memory- on the other hand, Python.
pip install --upgrade libschrodinger
Includes everything except for the user experiment engine. All static files and tutorials included.
- Install python 3.10 or newer
- First install the required libraries:
- flask
- numpy
- scipy
- matplotlib
- Install ffmpeg
- Run the app
$ python -m flask run -h 0.0.0.0
All the dependencies for regular running are needed, together with pytest
.
Run in your terminal:
$ python -m pytest