mailr20274 - /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 July 11, 2013 - 17:01:
Author: bugman
Date: Thu Jul 11 17:01:37 2013
New Revision: 20274

URL: http://svn.gna.org/viewcvs/relax?rev=20274&view=rev
Log:
Added the 'NS 2-site star' model to the 
specific_analyses.relax_disp.variables module.

This is the model of the numerical solution for the 2-site Bloch-McConnell 
equations using complex
conjugate matrices.

This commit follows step 1 of the relaxation dispersion model addition 
tutorial
(http://thread.gmane.org/gmane.science.nmr.relax.devel/3907).


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=20274&r1=20273&r2=20274&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Thu Jul 11 
17:01:37 2013
@@ -63,17 +63,22 @@
 """The R1rho 2-site model for all time scales with pA >> pB of Meiboom 
(1961)."""
 
 
+# The Numerical model names.
+MODEL_NS_2SITE_STAR = 'NS 2-site star'
+"""The numerical solution for the 2-site Bloch-McConnell equations using 
complex conjugate matrices."""
+
+
 # The model lists.
-MODEL_LIST_DISP = [MODEL_NOREX, MODEL_LM63, MODEL_CR72, MODEL_IT99, 
MODEL_M61, MODEL_DPL94, MODEL_M61B]
+MODEL_LIST_DISP = [MODEL_NOREX, MODEL_LM63, MODEL_CR72, MODEL_IT99, 
MODEL_M61, MODEL_DPL94, MODEL_M61B, MODEL_NS_2SITE_STAR]
 """The list of all dispersion models (excluding the R2eff model)."""
 
-MODEL_LIST_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_LM63, MODEL_CR72, 
MODEL_IT99, MODEL_M61, MODEL_DPL94, MODEL_M61B]
+MODEL_LIST_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_LM63, MODEL_CR72, 
MODEL_IT99, MODEL_M61, MODEL_DPL94, MODEL_M61B, MODEL_NS_2SITE_STAR]
 """The list of the R2eff model together with all dispersion models."""
 
-MODEL_LIST_CPMG = [MODEL_NOREX, MODEL_LM63, MODEL_CR72, MODEL_IT99]
+MODEL_LIST_CPMG = [MODEL_NOREX, MODEL_LM63, MODEL_CR72, MODEL_IT99, 
MODEL_NS_2SITE_STAR]
 """The list of all dispersion models specifically for CPMG-type experiments 
(excluding the R2eff model)."""
 
-MODEL_LIST_CPMG_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_LM63, MODEL_CR72, 
MODEL_IT99]
+MODEL_LIST_CPMG_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_LM63, MODEL_CR72, 
MODEL_IT99, MODEL_NS_2SITE_STAR]
 """The list of the R2eff model together with all dispersion models 
specifically for CPMG-type experiments."""
 
 MODEL_LIST_R1RHO = [MODEL_NOREX, MODEL_M61, MODEL_DPL94, MODEL_M61B]




Related Messages


Powered by MHonArc, Updated Thu Jul 11 19:20:01 2013