mailr21598 - /branches/relax_disp/lib/dispersion/mq_cr72.py


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

Header


Content

Posted by edward on November 22, 2013 - 11:34:
Author: bugman
Date: Fri Nov 22 11:34:35 2013
New Revision: 21598

URL: http://svn.gna.org/viewcvs/relax?rev=21598&view=rev
Log:
Last fix for the 'MQ CR72' dispersion model.

The wrong value was being subtracted from the first eigenvalue - the value of 
log(Q)/relax_T should
not be divided by the number of CPMG blocks.


Modified:
    branches/relax_disp/lib/dispersion/mq_cr72.py

Modified: branches/relax_disp/lib/dispersion/mq_cr72.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/mq_cr72.py?rev=21598&r1=21597&r2=21598&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/mq_cr72.py (original)
+++ branches/relax_disp/lib/dispersion/mq_cr72.py Fri Nov 22 11:34:35 2013
@@ -126,4 +126,4 @@
         lambda1 = r20_kex - cpmg_frqs[i] * arccosh(Dpos * cosh(etapos) - 
Dneg * cos(etaneg))
 
         # The full formula.
-        back_calc[i] = lambda1.real - inv_tcpmg * log(Q) / power[i]
+        back_calc[i] = lambda1.real - inv_tcpmg * log(Q)




Related Messages


Powered by MHonArc, Updated Fri Nov 22 11:40:02 2013