simgi: stochastic simulation engine

[ program, scientific-simulation ] [ Propose Tags ]

simgi is a stochastic simulation engine to model molecular systems using Gillespie's method.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.2, 0.3
Change log ChangeLog
Dependencies base (>=2 && <5), containers (>=0.1.0.0), haskell98, mersenne-random-pure64 (>=0.2), mtl (>=1.1.0.2), parsec (>=2.1 && <2.2), random (>=1.0.0.1) [details]
License LicenseRef-GPL
Copyright (C) 2009-2010 Markus Dittrich, NRBSC & CMU
Author <haskelladdict@users.sourceforge.net>
Maintainer <haskelladdict@users.sourceforge.net>
Category Scientific Simulation
Home page http://simgi.sourceforge.net/
Uploaded by MarkusDittrich at 2010-02-10T17:43:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables simgi
Downloads 2291 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-30 [all 6 reports]

Readme for simgi-0.3

[back to package description]
DESCRIPTION:
------------

simgi is a stochastic simulator using the Gillespie algorithm [1,2].
simgi is released under the GPL v3.

(C) 2009-2010 Markus Dittrich,
    National Resource for Biomedical Supercomputing &
    Carnegie Mellon University

See doc/simgi.html for more information.


[1] D.T. Gillespie, J. Comput. Phys., 22, 403 (1976)
[2] D.T. Gillespie, J. Phys. Chem., 81, 2340 (1977)