diff options
author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-26 19:50:44 -0700 |
---|---|---|
committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-03-26 19:50:44 -0700 |
commit | 36586435b4fb44887ced4ac49b2613152cd4f140 (patch) | |
tree | 4688ad58abd723d916c691ef5370b78bb9bc3172 | |
parent | c911e871d0644829122b260572a5fe06823c2142 (diff) |
Add comment
-rw-r--r-- | ml_exp/compound.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |