Skip to content

Commit

Permalink
Sde Tutorial (#2044)
Browse files Browse the repository at this point in the history
Implementation of stochastic calcium plasticity curves, originally
authored by Sebastian Schmitt @schmitts, and adapted here for Arbor
inclusion.
- python example plasticity_stdp.py
- stochastic mechanism calcium_based_synapse.mod
- tutorial

Closes #1987
  • Loading branch information
boeschf authored Dec 12, 2022
1 parent 86b62b7 commit abbf6bb
Show file tree
Hide file tree
Showing 9 changed files with 1,742 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/dev/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Here we document internal components of Arbor. These pages can be useful if you'
mechanism_abi
util
version
.. numerics
numerics
2 changes: 2 additions & 0 deletions doc/dev/numerics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Mechanisms
Exponential Euler `cnexp`.

Implicit Euler `sparse`.

Euler-Maruyama (explicit Euler) `stochastic`
Loading

0 comments on commit abbf6bb

Please sign in to comment.