summaryrefslogtreecommitdiff
path: root/ml_exp/compound.py
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-21 17:21:21 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-21 17:21:21 -0700
commit4ce7823359a144973c667f488e5fa39e5d3f8acc (patch)
treeb78366163fb1d291bd21cdbf994e0a8a958adb41 /ml_exp/compound.py
parent96eade3b9f72c5d1fa5bae27ba82a2cd23e1e200 (diff)
Remove unused function
Diffstat (limited to 'ml_exp/compound.py')
-rw-r--r--ml_exp/compound.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ml_exp/compound.py b/ml_exp/compound.py
index cfa3e0322..9536767a7 100644
--- a/ml_exp/compound.py
+++ b/ml_exp/compound.py
@@ -41,6 +41,9 @@ class Compound:
if xyz is not None:
self.read_xyz(xyz)
+ def gen_cm(self):
+ pass
+
def read_xyz(self, filename):
"""
Reads an xyz file and adds the corresponding data to the Compound.