Update templates

This commit is contained in:
Dimitri Lozeve 2020-08-30 23:41:53 +02:00
parent 55b9e2523c
commit b0ca171973
34 changed files with 536 additions and 707 deletions

View file

@ -21,33 +21,25 @@
</head>
<body>
<article>
<header>
<nav>
<nav>
<a href="../">Home</a>
<a href="../projects.html">Projects</a>
<a href="../archive.html">Archive</a>
<a href="../contact.html">Contact</a>
</nav>
<a href="../archive.html">Posts</a>
<a href="../projects.html">Projects</a>
<a href="../contact.html">Contact</a>
</nav>
<h1 class="title">Ising model simulation</h1>
<p class="byline">February 5, 2018 &ndash; Dimitri Lozeve</p>
<h1 class="title">Ising model simulation</h1>
<p class="byline">February 5, 2018 &ndash; Dimitri Lozeve</p>
</header>
</article>
<article>
<section class="header">
by Dimitri Lozeve
</section>
<section>
<div id="toc"><h2>Table of Contents</h2><ul>
<section>
<div id="toc"><h2>Table of Contents</h2><ul>
<li><a href="#mathematical-definition">Mathematical definition</a></li>
<li><a href="#simulation">Simulation</a></li>
<li><a href="#implementation">Implementation</a></li>
@ -156,10 +148,11 @@ J\sigma_i \sum_{j\sim i} \sigma_j. \]</span></p>
<span id="cb9-9"><a href="#cb9-9" aria-hidden="true"></a> <span class="at">:middleware</span> [m/fun-mode])</span></code></pre></div>
<h2 id="conclusion">Conclusion</h2>
<p>The Ising model is a really easy (and common) example use of MCMC and Metropolis-Hastings. It allows to easily and intuitively understand how the algorithm works, and to make nice visualizations!</p>
</section>
</article>
</section>
</article>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>