mailr25997 - /branches/frame_order_cleanup/target_functions/frame_order.py


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

Header


Content

Posted by edward on September 24, 2014 - 10:29:
Author: bugman
Date: Wed Sep 24 10:29:31 2014
New Revision: 25997

URL: http://svn.gna.org/viewcvs/relax?rev=25997&view=rev
Log:
The RDC only optimisation now defaults to the *_qrint() frame order target 
functions.

This restores the earlier behaviour prior to the restoration of the SciPy 
quadratic integration.


Modified:
    branches/frame_order_cleanup/target_functions/frame_order.py

Modified: branches/frame_order_cleanup/target_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/target_functions/frame_order.py?rev=25997&r1=25996&r2=25997&view=diff
==============================================================================
--- branches/frame_order_cleanup/target_functions/frame_order.py        
(original)
+++ branches/frame_order_cleanup/target_functions/frame_order.py        Wed 
Sep 24 10:29:31 2014
@@ -304,7 +304,7 @@
             self.d2rdc_theta = zeros((self.total_num_params, 
self.total_num_params, self.num_align, self.num_interatom), float64)
 
         # The quasi-random integration.
-        if not quad_int and self.pcs_flag and model not in ['rigid']:
+        if not quad_int and model not in ['rigid']:
             # The Sobol' sequence data and target function aliases 
(quasi-random integration).
             if model == MODEL_PSEUDO_ELLIPSE:
                 self.create_sobol_data(dims=['theta', 'phi', 'sigma'])




Related Messages


Powered by MHonArc, Updated Wed Sep 24 11:00:04 2014