mailr6890 - /branches/rdc_analysis/maths_fns/rdc.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 09, 2008 - 16:20:
Author: bugman
Date: Wed Jul  9 16:20:01 2008
New Revision: 6890

URL: http://svn.gna.org/viewcvs/relax?rev=6890&view=rev
Log:
Docstring fix for average_rdc_5D().  The XH vectors must be unit vectors!


Modified:
    branches/rdc_analysis/maths_fns/rdc.py

Modified: branches/rdc_analysis/maths_fns/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/maths_fns/rdc.py?rev=6890&r1=6889&r2=6890&view=diff
==============================================================================
--- branches/rdc_analysis/maths_fns/rdc.py (original)
+++ branches/rdc_analysis/maths_fns/rdc.py Wed Jul  9 16:20:01 2008
@@ -45,8 +45,9 @@
         RDC_ik(theta) = (x**2 - z**2)Axx + (y**2 - z**2)Ayy + 2x.y.Axy + 
2x.z.Axz + 2y.z.Ayz.
 
 
-    @param vect:        The XH bond vector matrix.  The first dimension 
corresponds to the
-                        structural index, the second dimension is the 
coordinates of the vector.
+    @param vect:        The unit XH bond vector matrix.  The first dimension 
corresponds to the
+                        structural index, the second dimension is the 
coordinates of the unit
+                        vector.
     @type vect:         numpy matrix
     @param K:           The total number of structures.
     @type K:            int




Related Messages


Powered by MHonArc, Updated Wed Jul 09 16:40:11 2008