We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ef712 commit f143e9eCopy full SHA for f143e9e
1 file changed
rmgpy/data/kinetics/family.py
@@ -1681,11 +1681,6 @@ def is_molecule_forbidden(self, molecule):
1681
for atom in molecule.atoms:
1682
if atom.atomtype.label == 'Xv':
1683
return True
1684
- # elif "surface" in self.label.lower():
1685
- # if molecule.get_num_atoms('X') > 1:
1686
- # for atom in molecule.atoms:
1687
- # if atom.atomtype.label == 'Xv':
1688
- # return True
1689
1690
return False
1691
0 commit comments