mailr8789 - /1.3/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on February 12, 2009 - 10:06:
Author: bugman
Date: Thu Feb 12 10:06:45 2009
New Revision: 8789

URL: http://svn.gna.org/viewcvs/relax?rev=8789&view=rev
Log:
Set the grid search lower bound for alignment tensor elements from 0 to -1e-3.


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=8789&r1=8788&r2=8789&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Thu Feb 12 10:06:45 2009
@@ -1170,7 +1170,7 @@
 
             # Otherwise this must be an alignment tensor component.
             else:
-                grid_ops.append([inc[i], 0.0, 1e-3])
+                grid_ops.append([inc[i], -1e-3, 1e-3])
 
             # Lower bound (if supplied).
             if lower:




Related Messages


Powered by MHonArc, Updated Thu Feb 12 10:20:04 2009