.git_archival.txt
.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
docs/.gitignore
docs/api.rst
docs/cli.rst
docs/conf.py
docs/favicon.ico
docs/index.md
docs/internal.rst
docs/plot.rst
docs/schema.rst
docs/models/aliev1996simple.rst
docs/models/barkley1991model.rst
docs/models/beeler1977reconstruction.rst
docs/models/bueno2008minimal.rst
docs/models/courtemanche1998ionic.rst
docs/models/fenton1998vortex.rst
docs/models/gray1983autocatalytic.rst
docs/models/hodgkin1952quantitative.rst
docs/models/index.rst
docs/models/index.rst.jinja
docs/models/kabus2024fast.rst
docs/models/luo1991model.rst
docs/models/luo1994dynamic.rst
docs/models/majumder2016mathematical.rst
docs/models/maleckar2008mathematical.rst
docs/models/marcotte2017dynamical.rst
docs/models/mitchell2003two.rst
docs/models/model.rst.jinja
docs/models/nygren1998mathematical.rst
docs/models/paci2013computational.rst
docs/models/tentusscher2006alternans.rst
docs/models/tomek2019development.rst
docs/models/trivial.rst
examples/.gitignore
examples/benchmark.py
examples/cli.yaml
examples/define_model.py
examples/interactive.yaml
examples/minimal.py
models/convert/convert.py
models/convert/hodgkin1952quantitative.mmt
models/convert/hodgkin1952quantitative.yaml
models/convert/luo1991model.cellml
models/convert/luo1991model.yaml
models/convert/rename_variables.py
models/convert/replace_safe_division.py
src/pigreads/.gitignore
src/pigreads/__init__.py
src/pigreads/_version.py
src/pigreads/_version.pyi
src/pigreads/cli.py
src/pigreads/core.py
src/pigreads/geometry.cl
src/pigreads/kernels.py
src/pigreads/kernels.py.jinja
src/pigreads/models.py
src/pigreads/models.py.jinja
src/pigreads/plot.py
src/pigreads/progress.py
src/pigreads/py.typed
src/pigreads/states.cl
src/pigreads/types.cl
src/pigreads.egg-info/PKG-INFO
src/pigreads.egg-info/SOURCES.txt
src/pigreads.egg-info/dependency_links.txt
src/pigreads.egg-info/entry_points.txt
src/pigreads.egg-info/requires.txt
src/pigreads.egg-info/top_level.txt
src/pigreads/schema/__init__.py
src/pigreads/schema/basic.py
src/pigreads/schema/model.py
src/pigreads/schema/setter.py
tests/test_cli.py
tests/test_diffusivity_matrix.py
tests/test_models.py
tests/test_module.py
tests/test_normalise_vector.py
tests/test_plot.py
tests/test_run.py
tests/test_schema.py
tests/test_upper_triangle.py
tests/test_weights.py