mailr22986 - /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:58 2014
New Revision: 22986

URL: http://svn.gna.org/viewcvs/relax?rev=22986&view=rev
Log:
Removed where k_AB was subtracted with k_AB.

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=22986&r1=22985&r2=22986&view=diff
==============================================================================
--- trunk/lib/dispersion/b14.py (original)
+++ trunk/lib/dispersion/b14.py Mon May  5 20:18:58 2014
@@ -152,7 +152,7 @@
     #########################################################################
     #Time independent factors.
     #N = oG + oE.
-    N = complex(k_AB + g3 - k_AB, g4)
+    N = complex(g3, g4)
 
     NNc = g3**2 + g4**2
 




Related Messages


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