Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Note on RDKit implementation
  • Loading branch information
jhjensen2 authored May 11, 2023
1 parent 250b119 commit b9929e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# xyz2mol has now been implented in RDKit

```
raw_mol = Chem.MolFromXYZFile('acetate.xyz')
mol = Chem.Mol(raw_mol)
rdDetermineBonds.DetermineBonds(mol,charge=-1)
```

# Convert Cartesian coordinates to one or more molecular graphs

Expand Down

0 comments on commit b9929e6

Please sign in to comment.