neuronsimulator / Nrn

Licence: other
NEURON Simulator

Projects that are alternatives of or similar to Nrn

Precice
A coupling library for partitioned multi-physics simulations, including, but not restricted to fluid-structure interaction and conjugate heat transfer simulations.
Stars: ✭ 270 (+92.86%)
Mutual labels:  simulation, high-performance-computing
Bmtk
Brain Modeling Toolkit
Stars: ✭ 177 (+26.43%)
Mutual labels:  simulation, neuroscience
Uncertainpy
Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis, tailored towards computational neuroscience.
Stars: ✭ 125 (-10.71%)
Mutual labels:  neuroscience
Galsim
The modular galaxy image simulation toolkit. Documentation:
Stars: ✭ 138 (-1.43%)
Mutual labels:  simulation
Dash
DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science
Stars: ✭ 134 (-4.29%)
Mutual labels:  high-performance-computing
Hive
Ethereum end-to-end test harness
Stars: ✭ 127 (-9.29%)
Mutual labels:  simulation
Webgl Fluid Simulation
Play with fluids in your browser (works even on mobile)
Stars: ✭ 11,621 (+8200.71%)
Mutual labels:  simulation
Cellularforms
An implementation of Andy Lomas' Cellular Forms.
Stars: ✭ 124 (-11.43%)
Mutual labels:  simulation
Osvvm
OSVVM Utility Library: AlertLogPkg, CoveragePkg, RandomPkg, ScoreboardGenericPkg, MemoryPkg, TbUtilPkg, TranscriptPkg, ...
Stars: ✭ 140 (+0%)
Mutual labels:  simulation
Cam2bev
TensorFlow Implementation for Computing a Semantically Segmented Bird's Eye View (BEV) Image Given the Images of Multiple Vehicle-Mounted Cameras.
Stars: ✭ 129 (-7.86%)
Mutual labels:  simulation
Accelerator
The Accelerator is a tool for fast and reproducible processing of large amounts of data.
Stars: ✭ 137 (-2.14%)
Mutual labels:  high-performance-computing
Abce
Agent-based computational Economics, the Python library that makes AB modelling easier
Stars: ✭ 130 (-7.14%)
Mutual labels:  simulation
Batchtools
Tools for computation on batch systems
Stars: ✭ 127 (-9.29%)
Mutual labels:  high-performance-computing
Phy Net
compressing physics with neural networks
Stars: ✭ 133 (-5%)
Mutual labels:  simulation
Catmaid
Collaborative Annotation Toolkit for Massive Amounts of Image Data
Stars: ✭ 126 (-10%)
Mutual labels:  neuroscience
C Is For Camera
A 35mm camera, based on the Canonet G-III QL17 rangefinder, simulated in Python.
Stars: ✭ 138 (-1.43%)
Mutual labels:  simulation
Dls Schematics
Schematics for DLS - The Digital Logic Simulator game http://makingartstudios.itch.io/dls
Stars: ✭ 124 (-11.43%)
Mutual labels:  simulation
Df Style Worldgen
Fantasy Worlds Procedurally Generated
Stars: ✭ 130 (-7.14%)
Mutual labels:  simulation
Claymore
Stars: ✭ 135 (-3.57%)
Mutual labels:  high-performance-computing
Hptt
High-Performance Tensor Transpose library
Stars: ✭ 141 (+0.71%)
Mutual labels:  high-performance-computing

Build Status Build Status Actions Status Actions Status codecov Documentation Status

NEURON

NEURON is a simulator for models of neurons and networks of neuron. See http://neuron.yale.edu for installers, source code, documentation, tutorials, announcements of courses and conferences, and a discussion forum.

Installing NEURON

NEURON provides binary installers for Linux, Mac and Windows platforms. You can find the latest installers for Mac and Windows here. For Linux and Mac you can install the official Python 3 wheel with:

pip3 install neuron

If you want to build the latest version from source, currently we are supporting two build systems:

  • CMake (recommended)
  • Autotools (legacy, minimum support)

Note that starting with the 8.0 release, we recommend users to use CMake as the primary build system for NEURON. We would be grateful for any feedback or issues you encounter using the CMake-based build system. Please report any issue here and we will be happy to help.

If you are using autotools, we highly recommend switching to CMake.

For detailed installation instructions see docs/install/install_instructions.md file.

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].