From a7d605f094e81c5139530560e26eb0ff9be8ec82 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Fri, 21 Feb 2020 19:21:18 -0700 Subject: Add ljm to init --- ml_exp/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ml_exp') diff --git a/ml_exp/__init__.py b/ml_exp/__init__.py index 8e803b37e..f5ec7068b 100644 --- a/ml_exp/__init__.py +++ b/ml_exp/__init__.py @@ -21,9 +21,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ from ml_exp.compound import Compound -from ml_exp.representations import coulomb_matrix +from ml_exp.representations import coulomb_matrix, lennard_jones_matrix # If somebody does "from package import *", this is what they will # be able to access: __all__ = ['Compound', - 'coulomb_matrix'] + 'coulomb_matrix', + 'lennard_jones_matrix'] -- cgit v1.2.3-54-g00ecf