insilico-lib / insilico

Neuronal Network Simulation Library

Home Page:http://insilico-lib.github.io/insilico/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insilico

GNU GPLv3 License insilico Trello

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.

About

Neuronal Network Simulation Library

http://insilico-lib.github.io/insilico/

License:GNU General Public License v3.0


Languages

Language:C++ 98.6%Language:Makefile 0.9%Language:Shell 0.4%