.. _features-overview: Features ======== Arbor is fully featured, ready for real-world modelling, and the user community is busy collaborating with us to build complex models. Best practices, tips, tricks and howtos will be documented here as the community gains experience. Features include: * :ref:`in_gui`: a fully featured GUI for single-cell construction. * :ref:`Support for a range of fileformats `, including :ref:`formatnmodl` and NeuroML by way of `NMLCC `_, a fully featured NeuroML converter for Arbor targets. * `Nascent SONATA format support `_. The Allen mechanism database :ref:`is already included in Arbor `, so currently, with some manual work executing Allen models is already possible, see :ref:`tutorialsinglecellallen`. * :ref:`Voltage Processes ` in the form of a mechanism kind. Useful for, e.g., implementing voltage clamps. * :ref:`Stochastic Differential Equations `: both point and density mechanisms may now use white noise as part of the state updates, turning the ODEs effectively into SDEs. * :ref:`Mutable connection table `: the connection table can be redefined between successive phases of simulation. * :ref:`Edit morphologies ` using Arbor API, useful for e.g. merging segment trees. * `BluePyOpt integration `_. Parameter optimization using BluePyOpt can be done through an Arbor backend and exported to an Arbor cable cell, see :ref:`this tutorial `. * :ref:`Wide range of cable cell probes`, :ref:`plus LIF cell probes `. * :ref:`Inhomogeneous parameters `: enables :ref:`painting of scaled density mechanisms `, e.g., scale with the distance from the root. (nmodl: ``iexpr``.) * :ref:`LFPyKit integration `: extract extracellular signals from an Arbor cable cell. * :ref:`Axial Diffusion `: ions can now propagate along the dendrite by diffusion and be received by other synapses, modifying their weight upon reception. Xd can be read from and written to by NMODL density and point mechanisms. See `this LaTeX file `_ for a mathematical description of Arbor's implementation. * :ref:`Gap Junction Mechanisms `. * :ref:`Mechanism ABI `, allowing for users to package their mechanism catalogues. * :ref:`Built-in profiler `, which enables users to quickly understand where their experiment is spending most of its time. * :ref:`Faster NMODL programming guide `: helps users write NMODL with performance and fewer bugs in mind. Modelling --------- Most of the Arbor community lives in our `Gitter channel `_\, and modellers convene `weekly `_ to discuss how to use or identify missing features in a vide chat. Please join! Under the `arbor-contrib `_ organisation, some users have shared their models. You can peruse these at your leisure and, of course, add yours if you would like to share! `Please contact us `_ to have your model added to our list.