From fe4e5afebaf7320ba5bed7f159c84bc5d1e5faec Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sat, 29 Feb 2020 06:23:02 -0700 Subject: Rename bos to bob --- ml_exp/compound.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ml_exp/compound.py') diff --git a/ml_exp/compound.py b/ml_exp/compound.py index 1598fa482..4dbd8c95c 100644 --- a/ml_exp/compound.py +++ b/ml_exp/compound.py @@ -116,18 +116,15 @@ class Compound: forces, size=size) - def gen_bos(self, - size=23, - stuff='bonds'): + def gen_bob(self, + size=23): """ Generate the Bag of Stuff for the compound. size: compound size. - stuff: elements of the bag, by default the known bag of bonds. """ self.bos = bag_of_stuff(self.cm, self.atoms, - size=size, - stuff=stuff) + size=size) def read_xyz(self, filename): -- cgit v1.2.3-54-g00ecf