Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mattearnshaw/c6f964739f647bfc8d7589eebc8c57b3 to your computer and use it in GitHub Desktop.
Save mattearnshaw/c6f964739f647bfc8d7589eebc8c57b3 to your computer and use it in GitHub Desktop.
working (hhcell)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<neuroml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.neuroml.org/schema/neuroml2" id="NeuroML_2_loaded_via_LEMS_by_Geppetto" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.githubusercontent.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta5.xsd">
<ionChannelHH type="ionChannelPassive" conductance="10pS" id="passiveChan">
<notes>Single ion channel in NeuroML2 format: passive channel providing a leak conductance </notes>
</ionChannelHH>
<ionChannelHH species="na" conductance="10pS" id="naChan">
<notes>Single ion channel in NeuroML2 format: standard Sodium channel from the Hodgkin Huxley model</notes>
<gateHHrates instances="3" id="m">
<forwardRate type="HHExpLinearRate" rate="1per_ms" midpoint="-40mV" scale="10mV"/>
<reverseRate type="HHExpRate" rate="4per_ms" midpoint="-65mV" scale="-18mV"/>
</gateHHrates>
<gateHHrates instances="1" id="h">
<forwardRate type="HHExpRate" rate="0.07per_ms" midpoint="-65mV" scale="-20mV"/>
<reverseRate type="HHSigmoidRate" rate="1per_ms" midpoint="-35mV" scale="10mV"/>
</gateHHrates>
</ionChannelHH>
<ionChannelHH species="k" conductance="10pS" id="kChan">
<notes>Single ion channel in NeuroML2 format: standard Potassium channel from the Hodgkin Huxley model</notes>
<gateHHrates instances="4" id="n">
<forwardRate type="HHExpLinearRate" rate="0.1per_ms" midpoint="-55mV" scale="10mV"/>
<reverseRate type="HHExpRate" rate="0.125per_ms" midpoint="-65mV" scale="-80mV"/>
</gateHHrates>
</ionChannelHH>
</neuroml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment