From 202d1b595344e46bf29fc12a3cddf5183a1941c3 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Sun, 26 Jan 2020 22:16:59 -0700 Subject: Add comment --- ml_exp/adj_matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ml_exp/adj_matrix.py b/ml_exp/adj_matrix.py index 27ad158dc..67eab79cd 100644 --- a/ml_exp/adj_matrix.py +++ b/ml_exp/adj_matrix.py @@ -104,6 +104,7 @@ def adj_matrix(bonds, """ Calculates the adjacency matrix given the bond list. bonds: list of bonds (tuple of indexes). + forces: list of forces. """ n = len(bonds) am = array(zeros((n, n))) -- cgit v1.2.3-54-g00ecf