Skip to content

Latest commit

 

History

666 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insilico

GNU GPLv3 License insilico Trello

insilico is a Computational Neuroscience simulation library written in C++.

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 Simulation Library

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages