Skip to content

Instantly share code, notes, and snippets.

View Ohhora's full-sized avatar
🏠
Working from home

Hugh Ohhora

🏠
Working from home
View GitHub Profile
#!/usr/bin/env python
'''
Chemical data about a molecule.
Molecules are defined by SMILES strings. Can work out logP values, Lipinski's
rules, etc...
Uses rdkit
'''