Simulating multiple neuron models simultaneously
Posted: Wed Apr 14, 2010 3:44 am
Hi,
I am not sure if this falls into the realm of parellalization so I have posted this query here.
I want to know whether it is possible to simultaneously simulate a group of neurons, all of which may not necessarily be connected to each other but they do share the same extracellular space. Also, the behaviour of each neuron is different from the other in the sense that while a particular neuron is spiking rapidly, the others may be spiking at different rates. The aim being to study the effect of spiking activity in one neuron on the behavior of another due to the changes in the composition of the extracellular space.
Where I am confused is the following
(a) While I can make a template for neurons(at present I am considering a simple single compartment model) and use it to create multiple neurons, how do I lay them out in a spatial sense and make them share the same extracellular space. (For example as a starting point I want to layout 9 neurons in a 3x3 grid with extracellular space between and around the neurons as show below)
===========
= N = N = N =
===========
= N = N = N =
===========
= N = N = N =
===========
(b) How do i ensure that the ion concentration in the extracellular space is being read and written by multiple copies(one in each neuron) of the same mechanism simultaneously. This seems logically incorrect. I guess i would have to update the ion concentration due to activity of one neuron at a time and then sequentially for the rest.
(c) And in between the updation of the extracellular space by the neurons, if I want to ensure some sort of diffusion within the extracellular space based on the spatial location of the neurons, how do I do that.
Is this the correct way of looking at things.
thanks in advance
I am not sure if this falls into the realm of parellalization so I have posted this query here.
I want to know whether it is possible to simultaneously simulate a group of neurons, all of which may not necessarily be connected to each other but they do share the same extracellular space. Also, the behaviour of each neuron is different from the other in the sense that while a particular neuron is spiking rapidly, the others may be spiking at different rates. The aim being to study the effect of spiking activity in one neuron on the behavior of another due to the changes in the composition of the extracellular space.
Where I am confused is the following
(a) While I can make a template for neurons(at present I am considering a simple single compartment model) and use it to create multiple neurons, how do I lay them out in a spatial sense and make them share the same extracellular space. (For example as a starting point I want to layout 9 neurons in a 3x3 grid with extracellular space between and around the neurons as show below)
===========
= N = N = N =
===========
= N = N = N =
===========
= N = N = N =
===========
(b) How do i ensure that the ion concentration in the extracellular space is being read and written by multiple copies(one in each neuron) of the same mechanism simultaneously. This seems logically incorrect. I guess i would have to update the ion concentration due to activity of one neuron at a time and then sequentially for the rest.
(c) And in between the updation of the extracellular space by the neurons, if I want to ensure some sort of diffusion within the extracellular space based on the spatial location of the neurons, how do I do that.
Is this the correct way of looking at things.
thanks in advance