From 36586435b4fb44887ced4ac49b2613152cd4f140 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 26 Mar 2020 19:50:44 -0700 Subject: Add comment --- ml_exp/compound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_exp/compound.py b/ml_exp/compound.py index 6ace7738a..e2107a11f 100644 --- a/ml_exp/compound.py +++ b/ml_exp/compound.py @@ -181,7 +181,7 @@ class Compound: """ Generate the Bag of Bonds for the compound. sort: if the representation should be sorted bag-wise. - acount: atom count for the compound. + acount: atom count for the compound, defaults to qm7 sizes. NOTE: 'cm' shouldn't be sorted by row-norm since 'atoms' isn't (sorted). """ self.bob = bag_of_bonds(self.cm, -- cgit v1.2.3