fix LJ params
This commit is contained in:
parent
9493c2e37c
commit
867da8ea74
@ -3,8 +3,8 @@
|
|||||||
include "/home/ubuntu/buzz/src/include/vec2.bzz"
|
include "/home/ubuntu/buzz/src/include/vec2.bzz"
|
||||||
|
|
||||||
# Lennard-Jones parameters
|
# Lennard-Jones parameters
|
||||||
TARGET = 28.3
|
TARGET = 0.00000010000005
|
||||||
EPSILON = 15.0
|
EPSILON = 0.1
|
||||||
|
|
||||||
# Lennard-Jones interaction magnitude
|
# Lennard-Jones interaction magnitude
|
||||||
function lj_magnitude(dist, target, epsilon) {
|
function lj_magnitude(dist, target, epsilon) {
|
||||||
|
Loading…
Reference in New Issue
Block a user