diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-02-21 20:46:00 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-02-21 20:46:00 -0500 |
commit | 20562bed474db5e7d31f8db66306ea0f7475c3c1 (patch) | |
tree | b3063e64726f277e74e41b1cf7355b0112e9c6c4 | |
parent | 1ec1a0fb867b11b3005d7693c35c99dead94db8b (diff) | |
download | aps_mm_2018-20562bed474db5e7d31f8db66306ea0f7475c3c1.tar.gz aps_mm_2018-20562bed474db5e7d31f8db66306ea0f7475c3c1.tar.bz2 aps_mm_2018-20562bed474db5e7d31f8db66306ea0f7475c3c1.zip |
fixed videos
-rw-r--r-- | aps_mm_2018.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/aps_mm_2018.html b/aps_mm_2018.html index fe70ee1..5d55c4d 100644 --- a/aps_mm_2018.html +++ b/aps_mm_2018.html @@ -66,8 +66,12 @@ Relatively simple with extremely rich behavior, phase transition galore! --- +class: split-40 + # Local Monte Carlo: Not Great +.column[ + Standard approach to modelling arbitrary stat mech system: metropolis. 1. Pick random spin. @@ -82,7 +86,11 @@ Correlation time `\(\tau\sim L^z\)` at critical point, `\(\tau\sim t^{-z/\nu}\)` approaching it. `\(z\)` takes large integer values for Ising, order-`\(n\)`, Potts model critical + ] + .column[ +<video width="320" height="320"><source src="figs/metropolis_ising_zerofield.webm" type="video/webm"></video> +] --- |