This commit is contained in:
David St-Onge 2017-03-27 16:36:00 -04:00
parent 5b99a9ae2b
commit 7e1bb56910
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ CURSTATE = "TURNEDOFF"
# Lennard-Jones parameters
TARGET = 10.0 #0.000001001
EPSILON = 1.0 #0.001
EPSILON = 3.0 #0.001
# Lennard-Jones interaction magnitude
function lj_magnitude(dist, target, epsilon) {