LICENSE
README.md
pyproject.toml
src/SROpInf/__init__.py
src/SROpInf/dataloader.py
src/SROpInf/mode_decomposition.py
src/SROpInf/sr_tools.py
src/SROpInf/timestepper.py
src/SROpInf/typing.py
src/SROpInf/grids/__init__.py
src/SROpInf/grids/grid1d.py
src/SROpInf/models/__init__.py
src/SROpInf/models/ks.py
src/SROpInf/models/model.py
src/sr_opinf.egg-info/PKG-INFO
src/sr_opinf.egg-info/SOURCES.txt
src/sr_opinf.egg-info/dependency_links.txt
src/sr_opinf.egg-info/requires.txt
src/sr_opinf.egg-info/top_level.txt
test/test_grid1d_compare.py
test/test_grid1d_cubicspline.py
test/test_grid1d_demo.py
test/test_model_poly_comp.py