synapse-models 0.1.0

Biophysical synapse models for neural simulations with short-term plasticity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "synapse-models"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Biophysical synapse models for neural simulations with short-term plasticity"
keywords = ["neuroscience", "synapse", "plasticity", "neural-network", "simulation"]
categories = ["science", "simulation"]

[dependencies]
nalgebra = "0.33"
rand = "0.8"
thiserror = "1.0"

[dev-dependencies]
approx = "0.5"