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, containers (>=0.1.0.0), haskell98, mtl (>=1.1.0.2), parsec (>=2.1 && <2.2), random (>=1.0.0.1) [details]
License LicenseRef-GPL
Copyright (C) 2009 Markus Dittrich
Author <haskelladdict@users.sourceforge.net>
Maintainer <haskelladdict@users.sourceforge.net>
Category Scientific Simulation
Home page http://simgi.sourceforge.net/
Uploaded by MarkusDittrich at 2009-06-03T02:52:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables simgi
Downloads 2296 total (12 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 2017-01-01 [all 7 reports]

Readme for simgi-0.1.1

[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 Markus Dittrich

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)