From 81f44c4fe753f7aecbda34a7873dd0228df8a335 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Thu, 12 Dec 2019 04:19:50 -0700 Subject: Fix bug --- lj_matrix.py | 10 +++++----- 1 file 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. -- cgit v1.2.3-54-g00ecf