mailr15137 - /branches/frame_order_testing/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on January 04, 2012 - 10:12:
Author: bugman
Date: Wed Jan  4 10:12:31 2012
New Revision: 15137

URL: http://svn.gna.org/viewcvs/relax?rev=15137&view=rev
Log:
Fix for the N-state model optimisation.

The target function Dij_theta variable is now called rdc_theta.


Modified:
    branches/frame_order_testing/specific_fns/n_state_model.py

Modified: branches/frame_order_testing/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/n_state_model.py?rev=15137&r1=15136&r2=15137&view=diff
==============================================================================
--- branches/frame_order_testing/specific_fns/n_state_model.py (original)
+++ branches/frame_order_testing/specific_fns/n_state_model.py Wed Jan  4 
10:12:31 2012
@@ -798,7 +798,7 @@
                         spin.rdc_bc = {}
 
                     # Append the back calculated PCS.
-                    spin.rdc_bc[align_id] = model.Dij_theta[i, data_index]
+                    spin.rdc_bc[align_id] = model.rdc_theta[i, data_index]
 
                 # Increment the spin index if it contains data.
                 if hasattr(spin, 'pcs') or (hasattr(spin, 'rdc') and 
(hasattr(spin, 'xh_vect') or hasattr(spin, 'bond_vect'))):




Related Messages


Powered by MHonArc, Updated Wed Jan 04 10:40:01 2012