summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 04:19:50 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 04:19:50 -0700
commit81f44c4fe753f7aecbda34a7873dd0228df8a335 (patch)
tree8ec10a097e85295f21610f47a98dc31e33f1d282
parent8b60796c92f4fa959dd1425881249373985992bd (diff)
Fix bug
-rw-r--r--lj_matrix.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/lj_matrix.py b/lj_matrix.py
index 40ff30d3d..353631633 100644
--- a/lj_matrix.py
+++ b/lj_matrix.py
@@ -164,11 +164,11 @@ def lj_matrix(mol_data,
return lj
-def c_matrix_multiple(mol_data,
- nc_data,
- max_len=25,
- as_eig=False,
- bohr_radius_units=False):
+def lj_matrix_multiple(mol_data,
+ nc_data,
+ max_len=25,
+ as_eig=False,
+ bohr_radius_units=False):
"""
Calculates the Lennard-Jones Matrix of multiple molecules.
mol_data: molecule data, matrix of atom coordinates.