mailr21059 - /branches/relax_disp/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 October 10, 2013 - 16:17:
Author: bugman
Date: Thu Oct 10 16:17:54 2013
New Revision: 21059

URL: http://svn.gna.org/viewcvs/relax?rev=21059&view=rev
Log:
Added relaxation dispersion model lists for the MQ R1rho models.

These are stubs as no MQ R1rho models are yet supported by relax. 


Modified:
    branches/relax_disp/specific_analyses/relax_disp/variables.py

Modified: branches/relax_disp/specific_analyses/relax_disp/variables.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/variables.py?rev=21059&r1=21058&r2=21059&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Thu Oct 10 
16:17:54 2013
@@ -129,3 +129,9 @@
 
 MODEL_LIST_MQ_CPMG_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_MQ_NS_CPMG_2SITE]
 """The list of the R2eff model together with all dispersion models 
specifically for MQ CPMG-type experiments."""
+
+MODEL_LIST_MQ_R1RHO = [MODEL_NOREX]
+"""The list of all dispersion models specifically for MQ R1rho-type 
experiments (excluding the R2eff model)."""
+
+MODEL_LIST_MQ_R1RHO_FULL = [MODEL_R2EFF, MODEL_NOREX]
+"""The list of the R2eff model together with all dispersion models 
specifically for MQ R1rho-type experiments."""




Related Messages


Powered by MHonArc, Updated Thu Oct 10 16:20:02 2013