CoolFace
Apppublic

opensourcebrain/HodgkinHuxleyTutorial

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
kChan.channel.nml23 linesDownload Raw Back to Source
1<?xml version="1.0" encoding="UTF-8"?>2 3<neuroml xmlns="http://www.neuroml.org/schema/neuroml2"4         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"5         xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2  https://raw.githubusercontent.com/NeuroML/NeuroML2/master/Schemas/NeuroML2/NeuroML_v2beta3.xsd"   6         id="kChan">7 8 9    <ionChannelHH id="kChan" conductance="10pS" species="k">10        11        <notes>Single ion channel in NeuroML2 format: standard Potassium channel from the Hodgkin Huxley model</notes>12 13        <gateHHrates id="n" instances="4">14            <forwardRate type="HHExpLinearRate" rate="0.1per_ms" midpoint="-55mV" scale="10mV"/>15            <reverseRate type="HHExpRate" rate="0.125per_ms" midpoint="-65mV" scale="-80mV"/>16        </gateHHrates>17            18    </ionChannelHH>19 20 21</neuroml>22 23