LLNL/melodee

Name: melodee

Owner: Lawrence Livermore National Laboratory

Description: Modular Expression Language for Ordinary Differential Equation Editing

Created: 2017-02-01 17:55:00.0

Updated: 2018-03-29 21:29:56.0

Pushed: 2018-03-13 15:06:47.0

Homepage: null

Size: 263

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

M E L O D E E

Modular Expression Language for Ordinary Differential Equation Editing

Author: Robert Clayton Blake III, Lawrence Livermore National Laboratory blake14@llnl.gov

Melodee is a new language for ODE modeling and development. It has been designed to make it easy for domain experts to write modular equation systems. Using a familiar Matlab-like syntax, modelers can describe their systems of interests and combine them in new and novel ways at run time. Existing models can easily be converted to MELODEE because of its familiar semantics and syntax.

Included in this package are the following files:

Requirements:

To get started, create a virtual environment and install the package.

ualenv venv
ce venv/bin/activate
install -e .

… then run the simulator

dee -g matlab -t modifiedModel -t bclDefault HH.mel domains/electrophysiology/singleCell.mel

This work was performed under the auspices of the United States Department of Energy by the Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344. Release Number LLNL-CODE-720003.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.