................ SHORT DOC ............................................. QCM: Qantitative Chirality Measure of a conformer Reference: M. Petitjean, On the Root Mean Square Quantitative Chirality and Quantitative Symmetry Measures, J.Math.Phys. 1999,40[9],4587-4595 Author email: petitjean@itodys.jussieu.fr QCM reads the cartesian coordinates of a conformer. It computes both the chiral index CHI and the direct symmetry index DSI. The connex components of molecules are treated separately. The isomorphisms of the graph (onto itself) associated to each connex component are enumerated. The isomorphisms are called "correspondences", or "permutations". Input data and parameters: ------------------------- INPUT FORMAT: CAS : Reserved for internal purposes HIN : Hyperchem-type files MDL : Cambridge Crystallographic Model files ML2 : SYBYL Mol2 files PDB : Protein Data Bank or Nucleic Acid Data Bank files (only HEADER, ATOM, ENDMDL and END records are recognized) /* The graph associated to the structural formula has no edges */ BIO : Biosym (MSI) files /* The graph associated to the structural formula has no edges */ ISU : Reserved for internal purposes INPUT MOLEC FILE NAME: name of the input file containing the molecules IMOL1: Sequential position number of the first molecule to be read in the input file IMOL2: Sequential position number of the last molecule to be read in the input file ELIST: When ELIST<0, only the (-ELIST) first enumerated correspondences are output. When ELIST=0, the output of the enumerated correspondences is suppressed, and the output of the 2 optimal correspondences is suppressed. This is the default option. When ELIST>0, the enumerated correspondences are output from 1 with an increment equal to ELIST (i.e.: 1, 1+ELIST, 1+2*ELIST, ...) CAUTION : A small positive value of ELIST may somtimes cause considerable amounts of output, even for small molecules. ONLYC: Entering Y will generate only the graph isomorphisms enumerations, and suppresses the calculation of CHI and DSI. Entering N will generate both the graph isomorphisms enumerations and the calculations of CHI and DSI. This is the default option.. Output results: -------------- For each enumerated correspondence (graph isomorphism onto itself): I: local minima of CHI associated to the isomorphism (followed by its square root inside parenthesis) D: local minima of DSI associated to the isomorphism (followed by its square root inside parenthesis) quatop: the two locally optimal quaternions, respectively associated to CHI and DSI The correspondence itself is output after the values of quatop. CAUTION: This correspondence is related to the molecule renumbered in concentric layers, and not to the sequential numbering 1,2,3,... The concentric numbering is the first enumerated correspondence. T: geometric inertia of the conformer (atomic weights ignored) CHI: Chiral Index (followed by its square root inside parenthesis) DSI: Direct Symmetry Index (followed by its square root inside parenthesis) COR: The total number of correspondences, followed by the two sequential numbers of the optimal correspondences associated respectively to CHI and DSI. These two sequential numbers are suppressed when ONLYC="Y". COR is followed by the two optimal correspondences. PROFEX: number of iterations accomplished by the branch and bound algorithm enumerating the correspondences. Remarks: ------- The number of atoms is currently limited to 15000 for each molecule. The source has to be recompiled to read larger molecules. The computing time is related to the value of PROFEX, which depends on the number of graph isomorphisms rather than the size of the molecule. E.g., the graph associated to H2O has 2 isomorphisms, and the graph associated to NH3 has 6 isomorphisms. ................ END SHORT DOC ...........................................