Metadata-Version: 2.1
Name: jitcsim
Version: 0.2
Summary: Simulation of networks with Ordinary/Delay/Stochastic differential equations (just-in-time compilation
Home-page: https://github.com/Ziaeemehr/JITCSIM
Author: ...
Author-email: a.ziaeemehr@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: cython
Requires-Dist: numba
Requires-Dist: jitcode
Requires-Dist: jitcdde
Requires-Dist: jitcsde
Requires-Dist: networkx
Requires-Dist: matplotlib

# JiTCSim

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

It mainly use [JiTC*DE](https://github.com/neurophysik/jitcode) packages for solving differential equations.
Check `JITC*DE` [documentation](https://jitcode.readthedocs.io/en/latest/) for more details.


The JiTCSim [documentation](https://ziaeemehr.github.io/JITCSIM/) page or [pdf](https://github.com/Ziaeemehr/JITCSIM/raw/master/docs/jitcsim.pdf) file. 

For a quick review of what you can use **jitcsim** for, look at the [notebooks](https://github.com/Ziaeemehr/JITCSIM/tree/master/jitcsim/examples/notebooks).

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


### installation the latest changes

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

### install from pip (v 0.1)
```sh
pip3 install jitcsim
```



