NmodController.jl

This is a Julia package implementing a robust neuromodulation controller for conductance based models.
Author arthur-fyon
Popularity
11 Stars
Updated Last
12 Months Ago
Started In
August 2023

Docs Build Status Coverage

NmodController.jl: A simple way to use conductance based models and to simulate them

This is a suite for numerically simulating conductance based model when coupled with DifferentialEquations.jl. The purpose of this package is to supply easy definition and simulation of any conductance based model. Moreover, it permits easy broadcasting of Dynamics Input Conductance theory (paper) and of a robust neuromodulation controller (paper).

Installation

Users

  1. Download Julia v1.6.X or later, if you haven't already.
  2. Add the NmodController module entering the following at the Julia REPL ]add https://github.com/arthur-fyon/NmodController.jl.

Developers

  1. Clone the NmodController module to username/.julia/dev/.
  2. Enter the package manager in REPL by pressing ] then add the package by typing dev NmodController rather than add NmodController.

Example image