jitcsim

Simulation of networks with Ordinary/Delay/Stochastic differential equations (just-in-time compilation


License
MIT
Install
pip install jitcsim==0.3

Documentation

JiTCSim

Just-in time compilation of differential equations for simulation of complex network dynamics.

It mainly use JiTC*DE packages for solving differential equations. Check JITC*DE documentation for more details.

The JiTCSim documentation page or pdf file.

For a quick review of what you can use jitcsim for, look at the notebooks.

I appreciate Gerrit Ansmann for preparing JiTC*DE packages and many helps at resolving issues.

installation the latest changes

cd JITCSIM # directory where you have setup.py
pip3 install -e .

install from pip (v 0.3)

pip3 install jitcsim

install clang (C/C++ compiler):

sudo apt-get install clang