Daniel Bauer 3637253f84 cleanup (2)
2017-02-19 13:29:27 +01:00
2017-02-15 22:40:10 +01:00
2017-02-15 22:41:24 +01:00
2017-01-21 15:36:53 +01:00
2017-01-30 09:40:35 +01:00
2017-02-19 13:29:27 +01:00
2017-01-22 01:15:23 +01:00
2017-01-22 01:07:39 +01:00
2017-02-19 13:29:27 +01:00
2017-01-30 09:40:59 +01:00

lj_monte_carlo

Simple Lennard Jones Liquid MC simulation implemented in Rust

To compile, run:

// release builds are much faster because of enabled lto
cargo build --release

The compiled binary can then be found in target/release.

Phase diagram of a 6-12 lj fluid

(cutoff rc of 3.5 sigma)
phase diagram of a lj fluid
Source: Ge J. et ak., Scaling behavior for a pressure and energy of shearing fluids. Phys Rev 061201, p. 67-68, 2003

Function of State

Function of state at different temperatures. 512 particles were simulated with applied potential shift and tailcorrection. Displacement scaled to have 33% acceptance rate during 1mio steps. Averages over 100k steps. Function of state

Languages
Rust 96.6%
Python 3.4%