mailr15040 - /branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py


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

Header


Content

Posted by edward on December 07, 2011 - 10:55:
Author: bugman
Date: Wed Dec  7 10:55:45 2011
New Revision: 15040

URL: http://svn.gna.org/viewcvs/relax?rev=15040&view=rev
Log:
Removed the full output of the scipy.integrate.quad() function for a slight 
speed up.


Modified:
    branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py

Modified: branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py?rev=15040&r1=15039&r2=15040&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py 
(original)
+++ branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py Wed Dec  
7 10:55:45 2011
@@ -1334,7 +1334,7 @@
     dot_RT_eigen_R_ave = dot(RT_eigen, R_ave)
 
     # Perform numerical integration.
-    result = quad(pcs_pivot_motion_rotor, -sigma_max, sigma_max, args=(c, 
r_pivot_atom, r_ln_pivot, A, R_ave, R_eigen, RT_eigen, Ri_prime, 
dot_RT_eigen_R_ave), full_output=1)
+    result = quad(pcs_pivot_motion_rotor, -sigma_max, sigma_max, args=(c, 
r_pivot_atom, r_ln_pivot, A, R_ave, R_eigen, RT_eigen, Ri_prime, 
dot_RT_eigen_R_ave))
 
     # The surface area normalisation factor.
     SA = 2.0 * sigma_max




Related Messages


Powered by MHonArc, Updated Wed Dec 07 14:00:02 2011