aboutsummaryrefslogtreecommitdiff
blob: 2ebacbc5faaaa6acaaa526b5a3eb2d44a3cab5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>johnhommer@gmail.com</email>
		<name>Andrei Zavada</name>
	</maintainer>
	<maintainer type="project">
		<email>sci-biology@gentoo.org</email>
		<name>Gentoo Biology Project</name>
	</maintainer>
	<longdescription>
CNrun is a neuronal network simulator, with these features:

* a conductance- and rate-based Hodgkin-Huxley neurons, a Rall and
Alpha-Beta synapses;
* a 6-5 Runge-Kutta integration method: slow but precise, adjustable;
* Poisson, Van der Pol, Colpitts oscillators and interface for
external stimulation sources;
* NeuroML network topology import/export;
* logging state variables, spikes;
* implemented as a Lua module, for scripting model behaviour (e.g.,
to enable plastic processes regulated by model state);
* interaction (topology push/pull, async connections) with other
cnrun models running elsewhere on a network, with interactions
(planned).

Note that there is no `cnrun' executable, which existed in cnrun-1.*.
Instead, you write a script for your simulation in Lua, and execute
it as detailed in /usr/share/lua-cnrun/examples/example1.lua.
</longdescription>
</pkgmetadata>