Skip to content

Commit

Permalink
Remove Atom.element
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jan 27, 2022
1 parent a2e7bf9 commit 0321d99
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions openff/toolkit/topology/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,16 +404,6 @@ def stereochemistry(self, value):
# raise Exception("Atom stereochemistry setter expected 'CW', 'CCW', or None. Received {} (type {})".format(value, type(value)))
self._stereochemistry = value

@property
def element(self):
"""
TODO: Figure out what to do with this API point
"""
raise NotImplementedError(
"Maybe everything here can be accessed externally from the atom's atomic number"
)
assert False

@property
def atomic_number(self) -> int:
"""
Expand Down

0 comments on commit 0321d99

Please # to comment.