Next Previous Table of Contents
qmol is a simple chemical calculator, which calculates molecular weights and elemental composition of compounds given their chemical formula.
qmol is designed to be able to parse any chemical formula that can be unambiguously interpreted if written as a simple character sequence (i.e., without subscript and superscript formating). If you can understand a chemical formula, chances are qmol will understand it in exactly the same way.
qmol can deal with:
qmol has a built-in definition editor, which is used to define new group symbols. Additionally, I added pre-defined sets of useful groups, namely amino acids and alkyls/aryls.
Even though qmol is designed to be used with a graphical interface, you can also start it from the command line with a chemical formulae as a arguments (you may need to put in in quotes so that the shell doesn't try to interpret it). It will printout the molecular weight and composition (according to a format you can specify in the GUI), and exit.
At this point qmol doesn't perform any estimate of the errors involved in the calculations. You are expected to understand that molecular weight and elemental composition data can only be as accurate as the constituent element weights are.
I added a history feature so you can track the formulae you have already entered, their sum formula and their weight.
Next Previous Table of Contents