Posts

Chemical data of Lactic acid

Image
up vote 5 down vote favorite 1 I'm using the next Mathematica command in order to plot molecules: ChemicalData["name", "MoleculePlot"] But I'm not sure if the Mathematica database of molecules is complete. I'm trying to plot lactic acid. The problem is that it doesn't seem to exist a name of the molecule that makes the command work ChemicalData["Lactic acid", "MoleculePlot"] or ChemicalData["2-Hydroxypropanoic acid", "MoleculePlot"] So, I want to know if anyone has any suggestions about what to do in these cases. plotting curated-data chemistry data-acquisition share | improve this question ...