Skip to content

maedoc/libtvb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDDEKit

SDDEKit is a C rewrite and generalization of numerical algorithms backing the simulator of The Virtual Brain project, though it is intended to support any sort of modeling project involving stochastic delay differential equations.

The current focus is nailing down 'software carpentry' aspects of building a scientific library, and only preliminary sets of mathematical components are implemented; as such, it is not for general use until the upcoming v0.1 release.

Build the library & benchmark with

python -m dev build

(if you work in Bash, you may want to alias dev='python -m dev ').

We're currently rewriting the test & benchmark suite using upcoming Python bindings.

See our docs for more information.

Many thanks to our contributors

This work is partially funded by the French Medical Foundation.

Build Status Coverage Status