mailr12308 - /1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py


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

Header


Content

Posted by edward on January 13, 2011 - 12:22:
Author: bugman
Date: Thu Jan 13 12:22:58 2011
New Revision: 12308

URL: http://svn.gna.org/viewcvs/relax?rev=12308&view=rev
Log:
The initial model-free parameters are no longer perturbed at all - that costs 
too much time.


Modified:
    1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py

Modified: 1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py?rev=12308&r1=12307&r2=12308&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py (original)
+++ 1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py Thu Jan 13 
12:22:58 2011
@@ -123,21 +123,21 @@
 
     # Set up the initial model-free parameter values (bypass the grid search 
for speed).
     if search('^t', cdp._model):
-        spin.local_tm = tm + 1e-12
+        spin.local_tm = tm
     if 'S2' in spin.params:
-        spin.s2 = s2 - 0.002
+        spin.s2 = s2
     if 'S2f' in spin.params:
-        spin.s2f = s2f - 0.002
+        spin.s2f = s2f
     if 'S2s' in spin.params:
-        spin.s2s = s2s - 0.002
+        spin.s2s = s2s
     if 'te' in spin.params:
-        spin.te = te + 1e-13
+        spin.te = te
     if 'tf' in spin.params:
-        spin.tf = tf + 1e-13
+        spin.tf = tf
     if 'ts' in spin.params:
-        spin.ts = ts + 1e-13
+        spin.ts = ts
     if 'rex' in spin.params:
-        spin.rex = rex + 0.01 / (2.0 * pi * spin.frq[0])**2
+        spin.rex = rex
 
     # Minimise.
     interpreter.minimise('newton', 'gmw', 'back', constraints=False)




Related Messages


Powered by MHonArc, Updated Thu Jan 13 12:40:02 2011