From d71927fc791e51bf383b88bd3d943d8e3311ee8a Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com>
Date: Sat, 29 Feb 2020 06:23:28 -0700
Subject: Rename bos to bob

---
 ml_exp/compound.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ml_exp/compound.py b/ml_exp/compound.py
index 4dbd8c95c..98e31532f 100644
--- a/ml_exp/compound.py
+++ b/ml_exp/compound.py
@@ -46,7 +46,7 @@ class Compound:
         self.cm = None
         self.ljm = None
         self.am = None
-        self.bos = None
+        self.bob = None
 
         if xyz is not None:
             self.read_xyz(xyz)
@@ -122,7 +122,7 @@ class Compound:
         Generate the Bag of Stuff for the compound.
         size: compound size.
         """
-        self.bos = bag_of_stuff(self.cm,
+        self.bob = bag_of_stuff(self.cm,
                                 self.atoms,
                                 size=size)
 
-- 
cgit v1.2.3-70-g09d2