mailr19993 - /branches/relax_disp/specific_analyses/relax_disp/__init__.py


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

Header


Content

Posted by edward on June 09, 2013 - 17:14:
Author: bugman
Date: Sun Jun  9 17:14:47 2013
New Revision: 19993

URL: http://svn.gna.org/viewcvs/relax?rev=19993&view=rev
Log:
Fixes for the grid search for the 'M61 skew' dispersion model.

The pA parameter search is now between 0.85 and 1.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/__init__.py

Modified: branches/relax_disp/specific_analyses/relax_disp/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/__init__.py?rev=19993&r1=19992&r2=19993&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/__init__.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/__init__.py Sun Jun  9 
17:14:47 2013
@@ -405,7 +405,10 @@
 
                     # The population of state A.
                     elif spin.params[i] == 'pA':
-                        lower.append(0.5)
+                        if spin.model == MODEL_M61B:
+                            lower.append(0.85)
+                        else:
+                            lower.append(0.5)
                         upper.append(1.0)
 
                     # Exchange rates.




Related Messages


Powered by MHonArc, Updated Sun Jun 09 17:40:02 2013