Skip to content

CollinsAssisi/insilico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

666 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors