Skip to content

Commit 0fe092e

Browse files
mjohnson541ssun30
authored andcommitted
add is_lithium to fragment
1 parent 61aa21d commit 0fe092e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rmgpy/molecule/fragment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ def __str__(self):
165165
return "{0}({1:d})".format(self.label, self.index)
166166

167167
# override methods
168+
def is_lithium(self):
169+
return False
170+
168171
def copy(self, deep=False):
169172
"""
170173
Create a copy of the current graph. If `deep` is ``True``, a deep copy

0 commit comments

Comments
 (0)