Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. aBrandNewMolecule.add("SMILES",smiles);
  2. aBrandNewMolecule.add("InChI",igf.getInChIGenerator(molecule).getInchi());
  3. aBrandNewMolecule.add("MOL",swriter.toString());
  4. aBrandNewMolecule.add("MDLV3000",mdlv3000);
  5. aBrandNewMolecule.add("MDLV2000",mdlv2000);
  6. aBrandNewMolecule.add("SDF",sdf);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement