Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
de8785f4
Unverified
Commit
de8785f4
authored
3 years ago
by
Nora Abi Akar
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Documentation: add expected nmodl units (#1756)
Fixes #1753
parent
0e8875a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/fileformat/nmodl.rst
+29
-0
29 additions, 0 deletions
doc/fileformat/nmodl.rst
with
29 additions
and
0 deletions
doc/fileformat/nmodl.rst
+
29
−
0
View file @
de8785f4
...
...
@@ -29,6 +29,35 @@ does not allow some constructions used in NEURON's NMODL.
This page is a collection of NMODL rules for Arbor. It assumes that the reader
already has a working knowledge of NMODL.
Units
-----
Arbor doesn't support unit conversion in NMODL. This table lists the key NMODL
quantities and their expected units.
=============================================== =================================================== ==========
quantity identifier unit
=============================================== =================================================== ==========
voltage v / v_peer mV
time t ms
temperature celsius °C
diameter (cross-sectional) diam µm
current_density (density mechanisms) identifier defined using ``NONSPECIFIC_CURRENT`` mA/cm²
conductivity (density mechanisms) identifier inferred from current_density equation S/cm²
e.g. in ``i = g*v`` g is the conductivity
current (point and junction mechanisms) identifier defined using ``NONSPECIFIC_CURRENT`` nA
conductance (point and junction mechanisms) identifier inferred from current equation µS
e.g. in ``i = g*v`` g is the conductance
ion X current_density (density mechanisms) iX mA/cm²
ion X current (point and junction mechanisms) iX nA
ion X reversal potential eX mV
ion X internal concentration Xi mmol/L
ion X external concentration Xo mmol/L
=============================================== =================================================== ==========
Ions
-----
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment