Skip to content

sanjayankur31/moose-core

 
 

Repository files navigation

Build Status - master | PyPI version

This is the core computational engine of MOOSE simulator. This repository contains C++ codebase and python interface called pymoose. For more details about MOOSE simulator, visit https://moose.ncbs.res.in .

Installation

This repository is sufficient for using MOOSE as a python module. We provide python package via pip.

$ pip install pymoose --user 

To install nightly build:

$ pip install pymoose --user --pre --upgrde

Have a look at examples, tutorials and demo here https://github.com/BhallaLab/moose-examples.

Build

To build pymoose, follow instructions given here at https://github.com/BhallaLab/moose-core/blob/master/INSTALL.md

About

C++ basecode and python scripting interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.7%
  • Python 17.2%
  • GAP 14.3%
  • CMake 1.3%
  • Shell 0.3%
  • C 0.1%
  • Other 0.1%