-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 2.13 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 2.13 KB
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
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Muninn package</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="keywords" content="Muninn, MCMC, Monte Carlo, generalized ensembles" />
<meta name="description" content="The Muninn package - Optimized Monte Carlo analysis for generalized ensembles." />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<table width="700" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="titleleft" valign="middle">The Muninn package</td>
<td id="titleright" valign="middle"> </td>
</tr>
<tr>
<td colspan=2 id="textbox" valign="top">
<h1>About</h1>
<p>
Muninn is a software package for estimating generalized ensemble weights in Markov chain Monte Carlo (MCMC) simulations. The method is full automated and makes use of the generalized multihistogram (GMH) equations for estimation the density of states [1]. The package is implemented in C++ and has a convenient interface.
</p>
<p>
A scientific article describing the method is currently in preparation. A <i>fully functional</i> beta version is available from <a href="https://github.com/muninnorg/muninn">GitHub</a>.
</p>
<p>
The package is developed by <a href="http://mlg.eng.cam.ac.uk/frellsen/">Jes Frellsen</a> and <a href="https://scholar.google.com/citations?user=gQiOz_wAAAAJ">Jesper Ferkinghoff-Borg</a>.
</p>
<h1>References</h1>
<table width="100%" border="0">
<tr>
<td valign="top">
[1]
</td>
<td valign="top">
Jesper Ferkinghoff-Borg (2002) Optimized Monte Carlo analysis for generalized ensembles. Eur Phys J B 29(3):481. doi:<a href="http://dx.doi.org/10.1140/epjb/e2002-00328-1">10.1140/epjb/e2002-00328-1</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>