Skip to content

JoshKarpel/idesolver

Repository files navigation

idesolver

image

image

PyPI

image

pre-commit.ci status

A general purpose numeric integro-differential equation (IDE) solver, based on an iterative scheme devised by Gelmi and Jorquera. IDEs appear in many contexts, particularly when trying to describe a system whose current behavior depends on its own history. IDESolver provides a simple interface for solving these kinds of equations in Python.

Stable releases are available on PyPI: pip install idesolver. IDESolver requires Python 3.6+, numpy, and scipy. We recommend installing into a virtual environment.

Full documentation can be found here. If you use idesolver in your research, please consider citing the associated paper.

Details about running the test suite are at the end of the manual. Problems with IDESolver should be reported via GitHub issues. We are open to improvements: see the Code of Conduct and the Contribution Guidelines for details.