Skip to content

Commit

Permalink
added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ChayaSt committed Feb 8, 2019
1 parent bf3e0b2 commit a01dfb3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cmiles/_cmiles_oe.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,16 @@ def get_map_ordered_geometry(molecule, atom_map):
Parameters
----------
molecule
atom_map
molecule: OEMol with 1 conformer or OEConf
atom_map: dict
map_idx:atom_idx
Returns
-------
symbols: list of str
list of symbols
geometry: list of ints
xyz geometry. List is length N*3
"""

if not molecule.GetDimension() == 3:
Expand Down

0 comments on commit a01dfb3

Please sign in to comment.