-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
38 lines (24 loc) · 1.05 KB
/
README
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
33
34
35
36
37
38
insilico
========
insilico is a Computational Neuroscience simulation library written in C++. insilico encourages ready-to-start approach for quick setup of simulation environment, without hindering programmers time and focus from intended experiment.
Library homepage: http://www.iiserpune.ac.in/~collins/insilico/
Install
-------
Please refer to doc/INSTALL file.
Build
-----
Clone the source and run the following commands on terminal.
make SOURCE="path/to/source/file/with/main_function.cpp"
Execute
-------
Run the following command on terminal to execute the code.
insilico.out -o <output_file>.csv -n <neuron_file.isf> -s <synapse_file.isf> -e <external_file.isfc>
Options:
-o Output file
-n Neuron configuration file
-s Synapse configuration file (optional)
-e External current configuration file (optional)
Please read doc/FILES file for details about the input and output files and their formats.
License
-------
This simulator library is licensed under GNU GPLv3 which can be found in LICENSE file under home directory of this project.