-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkfast.channel.nml
29 lines (23 loc) · 1.58 KB
/
kfast.channel.nml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="ISO-8859-1"?>
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta4.xsd"
id="kfast">
<notes>NeuroML file automatically generated from an NMODL file</notes>
<ionChannel id="kfast" conductance="10pS" type="ionChannelHH" species="k">
<notes>Potassium channel, Hodgkin-Huxley style kinetics
Comments from original mod file:
26 Ago 2002 Modification of original channel to allow variable time step and to correct an initialization error.
Done by Michael Hines([email protected]) and Ruggero Scorcioni([email protected]) at EU Advance Course in Computational Neuroscience. Obidos, Portugal
Potassium channel, Hodgkin-Huxley style kinetics
Kinetic rates based roughly on Sah et al. and Hamill et al. (1991)
Author: Zach Mainen, Salk Institute, 1995, [email protected]
</notes>
<q10ConductanceScaling q10Factor="2.3" experimentalTemp="23degC"/>
<gate id="n" type="gateHHrates" instances="1">
<q10Settings type="q10ExpTemp" q10Factor="2.3" experimentalTemp="23degC"/>
<forwardRate type="HHExpLinearRate" rate="0.18per_ms" scale="9mV" midpoint="25mV"/>
<reverseRate type="HHExpLinearRate" rate="0.018per_ms" scale="-9mV" midpoint="25mV"/>
</gate>
</ionChannel>
</neuroml>