mailr18654 - /branches/frame_order_testing/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on March 05, 2013 - 18:49:
Author: bugman
Date: Tue Mar  5 18:49:55 2013
New Revision: 18654

URL: http://svn.gna.org/viewcvs/relax?rev=18654&view=rev
Log:
The free rotor axis parameters are now part of the grid search in the frame 
order auto-analysis.

This is because the mapping {a, b, g} to {0, b', g'} does not mean that b=b' 
and g=g'!


Modified:
    branches/frame_order_testing/auto_analyses/frame_order.py

Modified: branches/frame_order_testing/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/auto_analyses/frame_order.py?rev=18654&r1=18653&r2=18654&view=diff
==============================================================================
--- branches/frame_order_testing/auto_analyses/frame_order.py (original)
+++ branches/frame_order_testing/auto_analyses/frame_order.py Tue Mar  5 
18:49:55 2013
@@ -226,7 +226,7 @@
 
         # The free rotor model.
         if model == 'free rotor':
-            incs += [None, None, self.grid_inc, self.grid_inc]
+            incs += [self.grid_inc, self.grid_inc, self.grid_inc, 
self.grid_inc]
 
         # The torsionless isotropic cone model.
         if model == 'iso cone, torsionless':




Related Messages


Powered by MHonArc, Updated Tue Mar 05 21:40:02 2013