.gitignore
LICENSE
README.md
pyproject.toml
src/seba_sqlite/__init__.py
src/seba_sqlite/batch.py
src/seba_sqlite/calculation_result.py
src/seba_sqlite/control_definition.py
src/seba_sqlite/control_value.py
src/seba_sqlite/database.py
src/seba_sqlite/exceptions.py
src/seba_sqlite/experiment.py
src/seba_sqlite/function.py
src/seba_sqlite/gradient_result.py
src/seba_sqlite/py.typed
src/seba_sqlite/realization.py
src/seba_sqlite/simulation.py
src/seba_sqlite/simulation_result.py
src/seba_sqlite/snapshot.py
src/seba_sqlite/sqlite_storage.py
src/seba_sqlite/version.py
src/seba_sqlite.egg-info/PKG-INFO
src/seba_sqlite.egg-info/SOURCES.txt
src/seba_sqlite.egg-info/dependency_links.txt
src/seba_sqlite.egg-info/requires.txt
src/seba_sqlite.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/database_utils.py
tests/test_database.py
tests/test_database_batch.py
tests/test_database_calculation_result.py
tests/test_database_control_definition.py
tests/test_database_control_value.py
tests/test_database_experiment.py
tests/test_database_function.py
tests/test_database_gradient_result.py
tests/test_database_realization.py
tests/test_database_simulation.py
tests/test_database_simulation_result.py
tests/test_merit_values.py
tests/test_seba_snapshot.py
tests/test_data/seba.db
tests/test_data/merit_value/merit.out
tests/test_data/merit_value/merit_broken.out
tests/test_data/merit_value/no_merit.out