.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/tests.yml
src/phill/Snakefile
src/phill/__init__.py
src/phill/_version.py
src/phill/output.py
src/phill/phill.usr
src/phill/solver.py
src/phill/etc/README.md
src/phill/etc/__init__.py
src/phill/etc/tetralith.yml
src/phill/templates/__init__.py
src/phill/toolbox/CHKPOINTD
src/phill/toolbox/CHKPTMSTPD
src/phill/toolbox/FRAMELP
src/phill/toolbox/IOTOOLD
src/phill/toolbox/MAP2D
src/phill/toolbox/MNTRLOGD
src/phill/toolbox/MNTRTMRD
src/phill/toolbox/README.md
src/phill/toolbox/RPRMD
src/phill/toolbox/STATD
src/phill/toolbox/__init__.py
src/phill/toolbox/chkpoint.f
src/phill/toolbox/chkpt_mstp.f
src/phill/toolbox/frame.f
src/phill/toolbox/io_tools.f
src/phill/toolbox/io_tools_block.f
src/phill/toolbox/map2D.f
src/phill/toolbox/math_tools.f
src/phill/toolbox/mntrlog.f
src/phill/toolbox/mntrlog_block.f
src/phill/toolbox/mntrtmr.f
src/phill/toolbox/mntrtmr_block.f
src/phill/toolbox/rprm.f
src/phill/toolbox/rprm_block.f
src/phill/toolbox/stat.f
src/phill/toolbox/stat_IO.f
src/snek5000_phill.egg-info/PKG-INFO
src/snek5000_phill.egg-info/SOURCES.txt
src/snek5000_phill.egg-info/dependency_links.txt
src/snek5000_phill.egg-info/entry_points.txt
src/snek5000_phill.egg-info/requires.txt
src/snek5000_phill.egg-info/top_level.txt
tests/conftest.py
tests/test_solver.py