The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



InitFindFormula


Unit:SDL_cform
Class:TMolForm
Declaration:function InitFindFormula (mass, tol: double; LowF, HighF: TFormulaRec): boolean;

The method InitFindFormula initializes the search for molecular formulas with a given range of molecular weights. The parameters mass and tol hold the mass to be searched for and the tolerance of the search (in atomic mass units). The parameters LowF and HighF define the lower and upper bounds of molecular formulas to be searched. Note that LowF and HighF have to match each other with respect to atomic numbers and atomic weights.

Example: This method is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): molform



Last Update: 2023-Dec-13