mailr22981 - /trunk/lib/dispersion/b14.py


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

Header


Content

Posted by tlinnet on May 05, 2014 - 20:18:
Author: tlinnet
Date: Mon May  5 20:18:48 2014
New Revision: 22981

URL: http://svn.gna.org/viewcvs/relax?rev=22981&view=rev
Log:
Added small comment.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) 
B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Debugging

Modified:
    trunk/lib/dispersion/b14.py

Modified: trunk/lib/dispersion/b14.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/dispersion/b14.py?rev=22981&r1=22980&r2=22981&view=diff
==============================================================================
--- trunk/lib/dispersion/b14.py (original)
+++ trunk/lib/dispersion/b14.py Mon May  5 20:18:48 2014
@@ -189,7 +189,7 @@
     # Mixed term (complex) (E0 - iE2)/2.
     E1 = complex(g3, -g4) * tcp
 
-    # Real.
+    # Real. The v_1c in paper.
     ex0b = f0 * cosh(E0) - f2 * cos(E2)
 
     # Complex.




Related Messages


Powered by MHonArc, Updated Mon May 05 20:20:02 2014