From 936f2ce0fb5be57ec55dbc961132afe7a7080ae3 Mon Sep 17 00:00:00 2001 From: arm61 Date: Sun, 26 Aug 2018 14:13:46 +0100 Subject: [PATCH] adapting forcefields doc --- pylj/forcefields.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylj/forcefields.py b/pylj/forcefields.py index 5136692..02aa771 100644 --- a/pylj/forcefields.py +++ b/pylj/forcefields.py @@ -6,8 +6,8 @@ def lennard_jones(dr, constants, force=False): Parameters ---------- - dr: float - The distances between the pairs of particles. + dr: float, array_like + The distances between the all pairs of particles. constants: float, array_like An array of lenght two consisting of the A and B parameters for the 12-6 Lennard-Jones function.