Skip to content

Commit

Permalink
add link to rdkit getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Oct 19, 2023
1 parent fa6135f commit 4b14683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mbuild/compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -3283,6 +3283,8 @@ def to_rdkit(self):
>>> benzene_rdkmol = benzene.to_rdkit()
>>> img = Draw.MolToImage(benzene_rdkmol)
See https://www.rdkit.org/docs/GettingStartedInPython.html
"""
return conversion.to_rdkit(self)

Expand Down

0 comments on commit 4b14683

Please sign in to comment.