Skip to content

Instantly share code, notes, and snippets.

View georopon's full-sized avatar

ROPÓN PALACIOS G. georopon

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
'''