.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
data.csv
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
.github/workflows/test.yml
SimulatedLIBS/__init__.py
SimulatedLIBS/animation.py
SimulatedLIBS/py.typed
SimulatedLIBS/simulation.py
SimulatedLIBS.egg-info/PKG-INFO
SimulatedLIBS.egg-info/SOURCES.txt
SimulatedLIBS.egg-info/dependency_links.txt
SimulatedLIBS.egg-info/requires.txt
SimulatedLIBS.egg-info/top_level.txt
SimulatedLIBS/animations/saved-gifs/animated_density.gif
SimulatedLIBS/animations/saved-gifs/animated_resolution.gif
SimulatedLIBS/animations/saved-gifs/animated_temperature.gif
SimulatedLIBS/drivers/chromedriver.exe
docs/libs-dataset.ipynb
docs/output.csv
docs/single-spectra.ipynb
docs/single_simulation.csv
examples/plot_example.py
examples/output_data/plot_dynamic.png
examples/output_data/plot_ion_spectra.png
examples/output_data/plot_static.png
images/plot_dynamic.png
images/plot_ion_spectra.png
images/plot_static.png
tests/__init__.py
tests/data.csv
tests/test_SimulatedLIBS.py