mailr23997 - /branches/disp_spin_speed/lib/dispersion/mmq_cr72.py


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

Header


Content

Posted by tlinnet on June 16, 2014 - 19:58:
Author: tlinnet
Date: Mon Jun 16 19:58:19 2014
New Revision: 23997

URL: http://svn.gna.org/viewcvs/relax?rev=23997&view=rev
Log:
Temporary removed check for dw = 0.0 in MMQ CR72.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    branches/disp_spin_speed/lib/dispersion/mmq_cr72.py

Modified: branches/disp_spin_speed/lib/dispersion/mmq_cr72.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/mmq_cr72.py?rev=23997&r1=23996&r2=23997&view=diff
==============================================================================
--- branches/disp_spin_speed/lib/dispersion/mmq_cr72.py (original)
+++ branches/disp_spin_speed/lib/dispersion/mmq_cr72.py Mon Jun 16 19:58:19 
2014
@@ -87,9 +87,9 @@
     """
 
     # Catch parameter values that will result in no exchange, returning flat 
R2eff = R20 lines (when kex = 0.0, k_AB = 0.0).
-    if (dw == 0.0 and dwH == 0.0) or pA == 1.0 or k_AB == 0.0:
-        back_calc[:] = array([r20]*num_points)
-        return
+    #if (dw == 0.0 and dwH == 0.0) or pA == 1.0 or k_AB == 0.0:
+    #    back_calc[:] = array([r20]*num_points)
+    #    return
 
     # Repetitive calculations (to speed up calculations).
     dw2 = dw**2




Related Messages


Powered by MHonArc, Updated Mon Jun 16 20:40:02 2014