Search found 8 matches
- Fri Dec 02, 2022 1:17 pm
- Forum: Parallel NEURON
- Topic: Parallel NEURON on HPC help
- Replies: 1
- Views: 268
Parallel NEURON on HPC help
Hi, I have a problem with running NEURON in parallel on HPC. I have configured the NEURON 7.6 with '−−with−paranrn'. On the clusters, there are two MPI modules(impi and ompi) and I have MPI installed under my virtual environment. According to https://www.neuron.yale.edu/phpBB/viewtopic.php?t=1711 , ...
- Mon Mar 22, 2021 6:45 pm
- Forum: Specific models
- Topic: Adding multiple synaptic connections to the two-compartment model (Ladenbauer 2019)
- Replies: 1
- Views: 3670
Adding multiple synaptic connections to the two-compartment model (Ladenbauer 2019)
Hi, Two months ago, I implemented the two-compartment model (Ladenbauer 2019) in Neuron. Here is the link to the last post regarding the implementation: https://www.neuron.yale.edu/phpBB/viewtopic.php?f=18&t=4370 . The model uses its own variables vs and vd for the transmembrane potentials at so...
- Wed Jan 27, 2021 5:53 pm
- Forum: Specific models
- Topic: How to model spike and reset condition Ladenbauer 2019
- Replies: 5
- Views: 3422
Re: How to model spike and reset condition Ladenbauer 2019
Hi Ted,
I found the issue in my code and fixed it. "WATCH (vs>vt) 2" should be "WATCH (vs>vth) 2". Thanks.
I found the issue in my code and fixed it. "WATCH (vs>vt) 2" should be "WATCH (vs>vth) 2". Thanks.
- Wed Jan 27, 2021 4:51 pm
- Forum: Specific models
- Topic: How to model spike and reset condition Ladenbauer 2019
- Replies: 5
- Views: 3422
Re: How to model spike and reset condition Ladenbauer 2019
Hi Ted, Thank you so much for the help! I managed to solve the issue. Vs resets to Vr (0 mV) after passing VT (10mV). Now I have some problems with setting Vs to Vth (20 mV) before resetting. I suspect there is something wrong with my NET_RECEIVE block. I set Vs to Vth after passing the VT but it wo...
- Tue Jan 26, 2021 10:17 am
- Forum: Specific models
- Topic: How to model spike and reset condition Ladenbauer 2019
- Replies: 5
- Views: 3422
Re: How to model spike and reset condition Ladenbauer 2019
NEURON { POINT_PROCESS twocomps RANGE cs, vs, gi, gs, ge, vd, gd, cd, deltaT, delta, E, E0, vt, vth, vr, iion, is,id } UNITS { (mV) = (millivolt) (mA) = (milliamp) (S) = (siemens) } PARAMETER { cs = 9.8868E-12 (F) cd = 2.8879E-11 (F) gi = 1.2126E-9 (S) gs = 2.4824E-10 (S) ge = 3.2956E-10 (S) gd = 8...
- Mon Jan 25, 2021 11:34 pm
- Forum: Specific models
- Topic: How to model spike and reset condition Ladenbauer 2019
- Replies: 5
- Views: 3422
How to model spike and reset condition Ladenbauer 2019
I am interested in writing the two-compartment neuron model (Weak electric fields promote resonance in neuronal spiking activity: Analytical results from two-compartment cell and network models,2019) in NEURON. The link: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006974 ...
- Sat May 30, 2020 7:19 pm
- Forum: Modeling networks
- Topic: How to model synaptic activation using NetCon
- Replies: 1
- Views: 4762
How to model synaptic activation using NetCon
Hi,
I want to model the synaptic activation in Neuron. I have one neuron connecting a second neuron with AMPA synapse using NetCon. Is there a way to activate the synaptic connection without making the presynaptic cell fire? Can I just feed a spiking event to NetCon? Thank you.
I want to model the synaptic activation in Neuron. I have one neuron connecting a second neuron with AMPA synapse using NetCon. Is there a way to activate the synaptic connection without making the presynaptic cell fire? Can I just feed a spiking event to NetCon? Thank you.
- Mon Jan 27, 2020 4:26 pm
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Modeling leaky integrate-and-fire neuron including Hodgkin–Huxley-like currents
- Replies: 1
- Views: 1448
Modeling leaky integrate-and-fire neuron including Hodgkin–Huxley-like currents
I have constructed a MOD to model leaky integrate-and-fire neuron including HH-like currents from the paper "Modeling the Effects of Transcranial Magnetic Stimulation on Cortical Circuits". The link to the paper is: https://www.physiology.org/doi/full/10.1152/jn.01230.2004?url_ver=Z39.88-2...