Skip to content

exercises shown by Salvador and Bill at Lascon 2020

Notifications You must be signed in to change notification settings

Neurosim-lab/lascon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercises and lectures on NEURON and NetPyNE (Salvador and Bill) for Lascon 2020

Software sources

Contents of this repo:

  • Day1Talk-NeuralCircuits.pdf General introduction to computational neuroscience + examples of neural circuits

  • Day2Talk-HopBrody.pdf Building a Hopfield-Brody network in NEURON (this talk contains additional slides that we did not get to in the time period)

  • Day3Talk-netpyne.pdf Introduction to netpyne

  • Day4Talk-MPI.pdf HPC, MPI and ParallelContext

Code

test0.py simple test of mpi mpiexec -n 4 --oversubscribe nrniv -python -mpi test0.py

HopBrod.py

presented on Day 2,4 -- Hopfield-Brody network using INVL ArtificialCell or HH cell (with useHHCell=True)

uses IClamp for HH cell rate randomization

mpirun() to run under MPI (using HHcell only)

invlfire.mod

NMODL source file for INVL ArtificialCell used by HopBrod.py

HopBrodNetPyNE.py

shortened and simplified version of netpyne/doc/source/code/tut7.py
uses HH with NetStims for HH cell rate randomization

Additional Exercises

About

exercises shown by Salvador and Bill at Lascon 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published