Add projects
This commit is contained in:
parent
80947b72d9
commit
7d4a458e8c
31 changed files with 552 additions and 10 deletions
8
projects/ising-model.md
Normal file
8
projects/ising-model.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2018-02-04"
|
||||
title: "Ising model simulation"
|
||||
summary: "Monte Carlo simulation of the <a href=\"https://en.wikipedia.org/wiki/Ising_model\">Ising model</a> using Metropolis-Hastings."
|
||||
image_preview: "ising.gif"
|
||||
tags: ["algorithms","visualization","ising","simulation","montecarlo"]
|
||||
external_link: "https://github.com/dlozeve/ising-model"
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue