Codes



Contact me for the following programs. Alternatively, you may look at public repositories on github, gitlab and bitbucket accounts.

Bifurcation Analysis code in Julia. Allows to perform continuation and (automatic) bifurcation analysis in large dimensions on CPUs / GPUs. ODEs, DDEs, PDEs are also well within the scope of the package. The organisation bifurcationkit regroups many plugins, for example to follow homoclinic orbits. The main package has more than 35000 loc and > 280 stars.

See documentation.

This is the main repository for the Synapse simulation package written in Julia language. The associated publication is on eLife, published in 2023.

Simulation ofiecewise deterministic Markov process (PDMPs) in Julia based on this paper with speed on par with C. State of the art performances.

Old Codes

A Julia wrapper to call the LSODA algorithm by Linda Petzold and Alan Hindmarsh. It solves ODE by switching automatically between stiff and non-stiff methods.

  • Neuron Code 

Simulation code (asic_model_container.pdf) in Neuron associated with our paper posted on BioRxiv. Download the file (right click, Save Link As...), change the name into asic_model_container.zip and unzip it.

  • Pytrilinos

I have been working with Bill Spotz from the Sandia Labs to develop PyTrilinos, e.g. the nonlinear / numerical continuation part, in Trilinos > v.12.

  • Neural fields equations in PETSc

Simulation of Neural Fields equations using petsc4py. This allows parallel and fast simulations of models $$\frac{d}{dt}V(x,t) = -V(x,t) + \int_\Omega J(x,y)S(V(y,t))dy,\ y\in\mathbb R^2$$

together with the numerical bifurcation analysis. The number of unknowns can be >$10^6$.

  • Hopf curves for DDE

Computing Hopf bifurcation curves for delay differential equations (paper), basically finding $\lambda\in i\mathbb R$ such that there is a solution in $U$ to

$$ \left(\lambda+l\right)  U_i(x)=\sum\limits_{j=1}^p\int\limits_\Omega   J_{ij}(x,y)e^{-\lambda\tau(x,y)}U_j(y)dy,\ 1\leq i\leq p,\ x,y\in\mathbb R^d$$