mailr19830 - /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 May 31, 2013 - 15:52:
Author: bugman
Date: Fri May 31 15:52:57 2013
New Revision: 19830

URL: http://svn.gna.org/viewcvs/relax?rev=19830&view=rev
Log:
Fix for the grid search setup for the pA dispersion parameter.

As pA > pB, then the region from 0.0 to 0.5 does not need to be searched.


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=19830&r1=19829&r2=19830&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/__init__.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/__init__.py Fri May 31 
15:52:57 2013
@@ -376,7 +376,7 @@
 
                     # The population of state A.
                     elif spin.params[i] == 'pA':
-                        lower.append(0.0)
+                        lower.append(0.5)
                         upper.append(1.0)
 
                     # The pA.pB.dw**2 parameter.




Related Messages


Powered by MHonArc, Updated Fri May 31 17:20:02 2013