JitCon: Just in time connectivity for large spiking networks (Lytton et al. 2008)

 Download zip file   Auto-launch 
Help downloading and running models
Accession:106891
This simulation is primarily an illustration and is not well optimized for actually running large networks. jitcon.mod contains a large amount of C level code, understanding of which requires some knowledge of Neuron internals
Reference:
1 . Lytton WW, Omurtag A, Neymotin SA, Hines ML (2008) Just-in-time connectivity for large spiking networks. Neural Comput 20:2745-56 [PubMed]
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type: Realistic Network;
Brain Region(s)/Organism:
Cell Type(s):
Channel(s):
Gap Junctions:
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: NEURON;
Model Concept(s): Epilepsy;
Implementer(s): Lytton, William [bill.lytton at downstate.edu];
Files displayed below are from the implementation
/
b07dec27_20091025
readme.html
jitcon.mod
misc.mod *
myexpsyn.mod
nstim.mod *
stats.mod
vecst.mod
batch_.hoc
bstick_net.hoc
misc.h
mosinit.hoc
screenshot.jpg
                            
#include <stdint.h>
#ifndef NRN_VERSION_GTEQ_8_2_0
extern FILE* hoc_obj_file_arg(int narg);
extern Object* ivoc_list_item(Object*, int);
extern int hoc_is_tempobj_arg(int narg);
extern char *gargstr();
extern char** hoc_pgargstr();
extern void mcell_ran4_init(uint32_t idum);
extern double mcell_ran4(unsigned int* idum,double* ran_vec,unsigned int n,double range);
#endif

extern int list_vector_px(Object *ob, int i, double** px);
extern int list_vector_px2(Object *ob, int i, double** px, void** vv);
extern int list_vector_px3(Object *ob, int i, double** px, void** vv);
extern int list_vector_px4(Object *ob, int i, double** px, unsigned int n);
extern double *vector_newsize (IvocVect* vv, int n);