mailr21260 - /branches/relax_disp/specific_analyses/relax_disp/api.py


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

Header


Content

Posted by edward on October 27, 2013 - 19:08:
Author: bugman
Date: Sun Oct 27 19:08:06 2013
New Revision: 21260

URL: http://svn.gna.org/viewcvs/relax?rev=21260&view=rev
Log:
Added the model_type spin variable to the dispersion analysis specific PARAMS 
data object.


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

Modified: branches/relax_disp/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/api.py?rev=21260&r1=21259&r2=21260&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/api.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/api.py Sun Oct 27 
19:08:06 2013
@@ -98,6 +98,7 @@
         self.PARAMS.add('k_AB', scope='spin', default=10000.0, desc='The 
exchange rate from state A to state B', set='params', py_type=float, 
grace_string='\\qk\\sAB\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)
         self.PARAMS.add('k_BA', scope='spin', default=10000.0, desc='The 
exchange rate from state B to state A', set='params', py_type=float, 
grace_string='\\qk\\sBA\\N\\Q (rad.s\\S-1\\N)', err=True, sim=True)
         self.PARAMS.add('params', scope='spin', desc='The model parameters', 
py_type=list)
+        self.PARAMS.add('model_type', scope='spin', desc='The dispersion 
model', py_type=str)
 
         # Add the minimisation data.
         self.PARAMS.add_min_data(min_stats_global=False, min_stats_spin=True)




Related Messages


Powered by MHonArc, Updated Sun Oct 27 19:20:02 2013