From chemistry-request: at :ccl.net Tue Jun 24 12:14:59 2003 Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by server.ccl.net (8.12.8/8.12.8) with ESMTP id h5OGEr5u030509 for ; Tue, 24 Jun 2003 12:14:59 -0400 Received: from ds10.itodys.jussieu.fr (ds10.itodys.jussieu.fr [134.157.24.13]) by shiva.jussieu.fr (8.12.9/jtpda-5.4) with ESMTP id h5OGEpv4003410 for ; Tue, 24 Jun 2003 18:14:51 +0200 (CEST) Received: by ds10.itodys.jussieu.fr (8.12.1/1.1.2.11/09Jul02-1200PM) id h5OGEprd277920; Tue, 24 Jun 2003 18:14:51 +0200 (MEST) Date: Tue, 24 Jun 2003 18:14:51 +0200 (MEST) From: Michel Petitjean Message-Id: <200306241614.h5OGEprd277920$at$ds10.itodys.jussieu.fr> To: chemistry$at$ccl.net Subject: CCL:Re: superimposing two moleculesmail X-Antivirus: scanned by sophie at shiva.jussieu.fr To: chemistry$at$ccl.net Subject: CCL:Re: superimposing two molecules!! The algorithm of Kabsch looks for an optimal orthogonal matrix rather than for a rotation. Thus mirror images are optimally superposed as if they were identical. Many solutions of the RMS superposition problem have been published since 1962 (see references cited in Comput. Chem. 1998,22[6],pp.463-5). You can download the ARMS and CSR freewares from the following site: http://petitjeanmichel.free.fr/itoweb.petitjean.freeware.html#ARMS http://petitjeanmichel.free.fr/itoweb.petitjean.freeware.html#CSR ARMS and CSR compute the optimal rotation (and translation). The documentations and references are also available from the site. ARMS reads data, assuming an implicit pairwise atomic correspondence (e.g. as it is usually done for protein backbones), then performs the superposition as in most commercial softwares, then computes the 3D common motif via the SDM algorithm (but you will not find SDM in any commercial software, although it is very simple to programme!). CSR do all what do ARMS, but has an automated pairwise atomic correspondance detection. Thus it works for any pair of general molecules, but runs slower than ARMS. Of course, no commercial software offers presently such kind of fully automated 3D common motif calculation. CSR is used by the Pasteur Institute (see their website). Michel Petitjean, Email: petitjean$at$itodys.jussieu.fr ITODYS (CNRS, UMR 7086) ptitjean$at$ccr.jussieu.fr 1 rue Guy de la Brosse Phone: +33 (0)1 44 27 48 57 75005 Paris, France. FAX : +33 (0)1 44 27 68 14 http://petitjeanmichel.free.fr/itoweb.petitjean.html Pradipta Bandyopadhyay wrote: >Hi, > > Does anyone have a code (in fortran), which superimposes two molecules? > I am looking for the implementation of the algorithm mentioned in the W. >Kabsch paper (Acta. Crys.A 32, 922). > >thanks. > > Pradipta