-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (31 loc) · 1.76 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<hr/>
<b align="center">MOOSE is the Multiscale Object-Oriented Simulation Environment (MOOSE)
<p> Version 3.0.2pre "Ghevar"
</b>
<hr/>
<p>Copyright (C) 2003-2016 Upinder S. Bhalla and NCBS.</p>
<p>MOOSE is released under the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.</p>
<p>MOOSE is the Multiscale Object-Oriented Simulation Environment. It is designed
to simulate neural systems ranging from subcellular components and biochemical
reactions to complex models of single neurons, circuits, and large networks.
MOOSE can operate at many levels of detail, from stochastic chemical
computations, to multicompartment single-neuron models, to spiking neuron
network models.
MOOSE is multiscale: It can do all these calculations together. For example it
handles interactions seamlessly between electrical and chemical signaling.
MOOSE is object-oriented. Biological concepts are mapped into classes, and a
model is built by creating instances of these classes and connecting them by
messages. MOOSE also has classes whose job is to take over difficult
computations in a certain domain, and do them fast. There are such solver
classes for stochastic and deterministic chemistry, for diffusion, and for
multicompartment neuronal models. MOOSE is a simulation environment, not just a
numerical engine: It provides data representations and solvers (of course!), but
also a scripting interface with Python, graphical displays with Matplotlib,
PyQt, and OpenGL, and support for many model formats. These include SBML,
NeuroML, GENESIS kkit and cell.p formats, HDF5 and NSDF for data writing.</p>
<p align="center">Home Page: <a href="http://moose.ncbs.res.in">
http://moose.ncbs.res.in</a></p>
</html>