mailr15343 - in /branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam: iso_cone.py iso_cone_free_rotor.py


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

Header


Content

Posted by edward on February 17, 2012 - 16:35:
Author: bugman
Date: Fri Feb 17 16:35:45 2012
New Revision: 15343

URL: http://svn.gna.org/viewcvs/relax?rev=15343&view=rev
Log:
Updates to the values of the minimum in the isotropic cone frame order system 
tests.


Modified:
    
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
    
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py?rev=15343&r1=15342&r2=15343&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
 Fri Feb 17 16:35:45 2012
@@ -35,13 +35,13 @@
     ave_pos_alpha = 4.3434999280669997
     ave_pos_beta = 0.43544332764249905
     ave_pos_gamma = 3.8013235235956007
-    axis_theta = 0.9600799785953431
-    axis_phi = 4.0322755062196229
-    cone_theta = 10.0 * 2.0 * pi / 360.0
-    cone_sigma_max = 20.0 * 2.0 * pi / 360.0
+    axis_theta = 0.96007997859534299767
+    axis_phi = 4.03227550621962294031
+    cone_theta = 0.6
+    cone_sigma_max = 0.9
     cone = True
-    load_state = True
-    num_int_pts = 100
+    #load_state = True
+    num_int_pts = 50
 
 
 # Execute the analysis.

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py?rev=15343&r1=15342&r2=15343&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py
 Fri Feb 17 16:35:45 2012
@@ -25,6 +25,7 @@
 
 # relax module imports.
 from base_script import Base_script
+from maths_fns.order_parameters import iso_cone_theta_to_S
 
 
 class Analysis(Base_script):
@@ -32,11 +33,11 @@
     # Set up some class variables.
     directory = 'iso_cone_free_rotor'
     model = 'iso cone, free rotor'
-    ave_pos_beta = 1.1983544319568078
-    ave_pos_gamma = 0.333131539777762
-    axis_theta = 0.9600799785953431
-    axis_phi = 4.0322755062196229
-    cone_s1 = 0.91322057310490712
+    ave_pos_beta = 1.1824796065148637
+    ave_pos_gamma = 0.35360993689599368
+    axis_theta = 0.96007997859534299767
+    axis_phi = 4.03227550621962294031
+    cone_s1 = iso_cone_theta_to_S(1.0)
     cone = True
     num_int_pts = 50
 




Related Messages


Powered by MHonArc, Updated Sat Feb 18 08:20:02 2012