mailr25152 - /trunk/specific_analyses/relax_disp/variables.py


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

Header


Content

Posted by edward on August 21, 2014 - 10:37:
Author: bugman
Date: Thu Aug 21 10:37:38 2014
New Revision: 25152

URL: http://svn.gna.org/viewcvs/relax?rev=25152&view=rev
Log:
Created the MODEL_LIST_FIT_R1 variable to keep track of dispersion models 
with R1 fitting support.


Modified:
    trunk/specific_analyses/relax_disp/variables.py

Modified: trunk/specific_analyses/relax_disp/variables.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/variables.py?rev=25152&r1=25151&r2=25152&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/variables.py     (original)
+++ trunk/specific_analyses/relax_disp/variables.py     Thu Aug 21 10:37:38 
2014
@@ -407,6 +407,9 @@
 
 MODEL_LIST_DW_MIX_QUADRUPLE = [MODEL_NS_MMQ_3SITE, MODEL_NS_MMQ_3SITE_LINEAR]
 """Models using parameters with mixed dw, and has four variables. For 
example with both dw_AB, dw_BC, dwH_AB and dwH_BC."""
+
+# The models which currently support R1 fitting via target function 
switching.
+MODEL_LIST_FIT_R1 = [MODEL_NOREX_R1RHO, MODEL_DPL94, MODEL_TP02, 
MODEL_TAP03, MODEL_MP05, MODEL_NS_R1RHO_2SITE]
 
 
 # The defined models, which is used for nesting.




Related Messages


Powered by MHonArc, Updated Thu Aug 21 11:00:02 2014