mailr6972 - /branches/rdc_analysis/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on July 25, 2008 - 13:08:
Author: bugman
Date: Fri Jul 25 11:51:42 2008
New Revision: 6972

URL: http://svn.gna.org/viewcvs/relax?rev=6972&view=rev
Log:
Updated a comment describing why the dipolar constant is multiplied by 
3/(2pi).


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6972&r1=6971&r2=6972&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Fri Jul 25 11:51:42 
2008
@@ -865,7 +865,7 @@
             gx = return_gyromagnetic_ratio(spin.heteronuc_type)
             gh = return_gyromagnetic_ratio(spin.proton_type)
 
-            # Calculate the dipolar constant, and append it to the list.
+            # Calculate the RDC dipolar constant (in Hertz, and the 3 comes 
from the alignment tensor), and append it to the list.
             dj.append(3.0/(2.0*pi) * diploar_constant(gx, gh, spin.r))
 
         # Initialise the numpy objects (the rdc matrix is transposed!).




Related Messages


Powered by MHonArc, Updated Fri Jul 25 13:40:14 2008