After having run function mol_Optimize.m one or more times, the MATLAB function mol_SortMinima can be used to sort the generated minima. The lowest energy conformations go first, so that there is some chance to find the global minimum in the head of the file.
The MATLAB function mol_SortMinima.m can be found here
The unsorted minimum energy geometries are read from an xyz-file named minima...xyz. The sorted output is written to a data file named sorted...xyz. This can be visualized (e.g. using JMOL or VMD software).
Note that function mol_Initialize has to be run previously in order to initialize all variables in use. Of particular interest are the following structures:
Wiki: Developers.Files.xyz
Wiki: Developers.Variables.inter
Wiki: Developers.Variables.intra
Wiki: Developers.Variables.molecule
Wiki: Developers.Variables.simulation
Wiki: Users.Main
Wiki: Users.Programs.mol_Initialize
Wiki: Users.Programs.mol_Optimize