mailr21988 - /trunk/lib/dispersion/lm63.py


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

Header


Content

Posted by edward on January 15, 2014 - 16:15:
Author: bugman
Date: Wed Jan 15 16:15:23 2014
New Revision: 21988

URL: http://svn.gna.org/viewcvs/relax?rev=21988&view=rev
Log:
Improvements and addition of many links to the lib.dispersion.lm63 API 
documentation.

This is for the API documentation at:
http://www.nmr-relax.com/api/3.1/lib.dispersion.lm63-module.html.


Modified:
    trunk/lib/dispersion/lm63.py

Modified: trunk/lib/dispersion/lm63.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/dispersion/lm63.py?rev=21988&r1=21987&r2=21988&view=diff
==============================================================================
--- trunk/lib/dispersion/lm63.py (original)
+++ trunk/lib/dispersion/lm63.py Wed Jan 15 16:15:23 2014
@@ -21,11 +21,24 @@
 
###############################################################################
 
 # Module docstring.
-"""The Luz and Meiboom (1963) 2-site fast exchange model.
+"""The Luz and Meiboom (1963) 2-site fast exchange 
U{LM63<http://wiki.nmr-relax.com/LM63>} model.
 
-This module is for the function, gradient and Hessian of the LM63 model.  
The model is named after the reference:
+Description
+===========
 
-    - Luz, S. and Meiboom S., (1963)  Nuclear Magnetic Resonance study of 
protolysis of trimethylammonium ion in aqueous solution - order of reaction 
with respect to solvent, J. Chem. Phys. 39, 366-370 (U{DOI: 
10.1063/1.1734254<http://dx.doi.org/10.1063/1.1734254>}).
+This module is for the function, gradient and Hessian of the 
U{LM63<http://wiki.nmr-relax.com/LM63>} model.
+
+
+References
+==========
+
+The model is named after the reference:
+
+    - Luz, S. and Meiboom S., (1963)  Nuclear Magnetic Resonance study of 
protolysis of trimethylammonium ion in aqueous solution - order of reaction 
with respect to solvent, I{J. Chem. Phys.}, B{39}, 366-370 (U{DOI: 
10.1063/1.1734254<http://dx.doi.org/10.1063/1.1734254>}).
+
+
+Equations
+=========
 
 The equation used is::
 
@@ -38,6 +51,16 @@
     phi_ex = pA * pB * delta_omega^2 ,
 
 kex is the chemical exchange rate constant, pA and pB are the populations of 
states A and B, and delta_omega is the chemical shift difference between the 
two states.
+
+
+Links
+=====
+
+More information on the LM63 model can be found in the:
+
+    - U{relax wiki<http://wiki.nmr-relax.com/LM63>},
+    - U{relax 
manual<http://www.nmr-relax.com/manual/LM63_2_site_fast_exchange_CPMG_model.html>},
+    - U{relaxation dispersion page of the relax 
website<http://www.nmr-relax.com/analyses/relaxation_dispersion.html#LM63>}.
 """
 
 # Python module imports.




Related Messages


Powered by MHonArc, Updated Wed Jan 15 16:40:01 2014