mailr6665 - /1.3/maths_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on July 04, 2008 - 15:53:
Author: semor
Date: Fri Jul  4 15:41:05 2008
New Revision: 6665

URL: http://svn.gna.org/viewcvs/relax?rev=6665&view=rev
Log:
Corrected an error in the definition of eta.

This change had been made on the 1.2 line, but was also needed on the 1.3 
line.
See r6611 (http://svn.gna.org/viewcvs/relax?rev=6611&view=rev) for details.


Modified:
    1.3/maths_fns/consistency_tests.py

Modified: 1.3/maths_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/consistency_tests.py?rev=6665&r1=6664&r2=6665&view=diff
==============================================================================
--- 1.3/maths_fns/consistency_tests.py (original)
+++ 1.3/maths_fns/consistency_tests.py Fri Jul  4 15:41:05 2008
@@ -124,7 +124,7 @@
         # Calculate eta.
         # eta is the cross-correlation rate between 15N CSA and 15N-1H 
dipolar interaction. It is
         # expressed here as proposed in Fushman D. & Cowburn D. (1998) JACS, 
120: 7109-7110.
-        eta = ((d * c) ** 0.5) * (4.0 * j0 + 3.0 * jwx) * p_2
+        eta = ((d * c/3.0) ** 0.5) * (4.0 * j0 + 3.0 * jwx) * p_2
 
         # Calculate F_eta.
         # F_eta is independent of the magnetic field for residues with local 
mobility




Related Messages


Powered by MHonArc, Updated Fri Jul 04 16:00:22 2008