Dear All,
I want to define  a distance restraint between COM( center of mass ) of two groups. I have checked the previous achive about this issue and amber manual. It seems that amber can only define the geometry center of a group when using iat(n) < 0 and igrn keyword to dedine the selection of atoms ( an  example is as following )
--------------------------------------------------------------------------------------
 &rst
  ixpk= 0, nxpk= 0, iat= -1,-1, r1= 1.30, r2= 1.80, r3= 2.90, r4= 3.40,
      rk2=20.0, rk3=20.0, ir6=1, ialtd=0
igr1=17,18
igr2=44,45
 &end
 ---------------------------------------------------------------------------------------
When this restraint file is uesd, the geoetry centers of the two group are selected . But what I actually want is the definition of COM of the two groups , hence I change the above file to this : 
 
&rst
  ixpk= 0, nxpk= 0,
 rk2=20.0, rk3=20.0, ir6=1, ialtd=0,
restraint = "distance( com(17,18)  com(44,45)  2.9 )"
 &end
I submitted the mission using the new restraint file and everything seemd fine except for a warning message in the ouput file£º 
 " Warning: More characters in restraint beyond final atom necessary
Using only first 2 atoms "
 
Could anyone give me some tips about what happend ?
 
Thanks very much !
 
-Sun     
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Sep 02 2013 - 07:30:03 PDT