Skip to content

Instantly share code, notes, and snippets.

@egonw
Created October 30, 2009 11:40
Show Gist options
  • Save egonw/222280 to your computer and use it in GitHub Desktop.
Save egonw/222280 to your computer and use it in GitHub Desktop.
var list = cdk.createMoleculeList();
var mol = cdk.fromSMILES("CC(C)C");
mol = cdk.generate3dCoordinates(mol);
jmol.load(mol);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment