Skip to content
forked from nest/nestml

A domain specific language to describe neuron models in NEST

License

Notifications You must be signed in to change notification settings

clinssen/nestml

This branch is 763 commits behind nest/nestml:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b31a138 · Jun 2, 2022
Apr 13, 2022
Jun 2, 2022
May 19, 2022
Apr 11, 2022
Jun 2, 2022
May 19, 2022
May 13, 2018
Feb 21, 2021
Aug 24, 2017
May 29, 2020
May 9, 2022
May 12, 2022

Repository files navigation

astropy Build Status

NESTML: The NEST Modelling Language

NESTML is a domain-specific language that supports the specification of neuron models in a precise and concise syntax, based on the syntax of Python. Model equations can either be given as a simple string of mathematical notation or as an algorithm written in the built-in procedural language. The equations are analyzed by the associated toolchain, written in Python, to compute an exact solution if possible or use an appropriate numeric solver otherwise.

Documentation

Full documentation can be found at:

https://nestml.readthedocs.io/

Directory structure

models - Example neuron models in NESTML format.

pynestml - The source code of the PyNESTML toolchain.

tests - A collection of tests for testing of the toolchain's behavior.

doc - The documentation of the modeling language NESTML as well as processing toolchain PyNESTML.

extras - Miscellaneous development tools, editor syntax highlighting rules, etc.

License

Copyright (C) 2017 The NEST Initiative

NESTML is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

NESTML is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with NESTML. If not, see http://www.gnu.org/licenses/.

About

A domain specific language to describe neuron models in NEST

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.7%
  • Jinja 7.3%
  • Other 1.0%