mailr24288 - /branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py


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

Header


Content

Posted by edward on June 24, 2014 - 17:06:
Author: bugman
Date: Tue Jun 24 17:06:45 2014
New Revision: 24288

URL: http://svn.gna.org/viewcvs/relax?rev=24288&view=rev
Log:
Expanded the dispersion model profiling master script to cover all the new 
profiling scripts.

This includes all 3-site and MMQ models.  The list is now complete and covers 
all models.  The only
model not included in 'M61 skew' which has redundant parameters and is not 
optimisable anyway.


Modified:
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py?rev=24288&r1=24287&r2=24288&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
    (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
    Tue Jun 24 17:06:45 2014
@@ -59,23 +59,30 @@
 models = [
     ['No Rex', 'profiling_norex.py', 100, 1],
     ['LM63', 'profiling_lm63.py', 100, 1],
+    ['LM63 3-site', 'profiling_lm63_3site.py', 100, 1],
     ['CR72', 'profiling_cr72.py', 100, 1],
     ['CR72 full', 'profiling_cr72_full.py', 100, 1],
     ['IT99',  'profiling_it99.py', 100, 1],
     ['TSMFK01', 'profiling_tsmfk01.py', 100, 1],
     ['B14', 'profiling_b14.py', 100, 1],
     ['B14 full', 'profiling_b14_full.py', 100, 1],
+    ['NS CPMG 2-site expanded', 'profiling_ns_cpmg_2site_expanded.py', 100, 
1],
     ['NS CPMG 2-site 3D', 'profiling_ns_cpmg_2site_3D.py', 10, 10],
     ['NS CPMG 2-site 3D full', 'profiling_ns_cpmg_2site_3D_full.py', 10, 10],
-    ['NS CPMG 2-site expanded', 'profiling_ns_cpmg_2site_expanded.py', 100, 
1],
     ['NS CPMG 2-site star', 'profiling_ns_cpmg_2site_star.py', 10, 10],
     ['NS CPMG 2-site star full', 'profiling_ns_cpmg_2site_star_full.py', 10, 
10],
+    ['MMQ CR72', 'profiling_mmq_cr72.py', 100, 1],
+    ['NS MMQ 2-site', 'profiling_ns_mmq_2site.py', 10, 10],
+    ['NS MMQ 3-site linear', 'profiling_ns_mmq_3site_linear.py', 10, 10],
+    ['NS MMQ 3-site', 'profiling_ns_mmq_3site.py', 10, 10],
     ['M61', 'profiling_m61.py', 100, 1],
     ['DPL94', 'profiling_dpl94.py', 100, 1],
     ['TP02', 'profiling_tp02.py', 100, 1],
     ['TAP03', 'profiling_tap03.py', 100, 1],
     ['MP05', 'profiling_mp05.py', 100, 1],
     ['NS R1rho 2-site', 'profiling_ns_r1rho_2site.py', 10, 10],
+    ['NS R1rho 3-site linear', 'profiling_ns_r1rho_3site_linear.py', 10, 10],
+    ['NS R1rho 3-site', 'profiling_ns_r1rho_3site.py', 10, 10],
 ]
 
 # Paths to the two relax versions.




Related Messages


Powered by MHonArc, Updated Tue Jun 24 18:00:03 2014