mailr24112 - /branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/


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

Header


Content

Posted by edward on June 18, 2014 - 17:38:
Author: bugman
Date: Wed Jun 18 17:38:42 2014
New Revision: 24112

URL: http://svn.gna.org/viewcvs/relax?rev=24112&view=rev
Log:
Expansion of the disp_profile_all.py dispersion model super profiling scripts.

The newly added profiling scripts for models 'M61', 'TP02', 'TAP03', and 
'MP05' are now included in
the super script to generate statistics for all of these as well.  The 
nr_iter variable has also
been changed to match the other analytic models, so that the standard 
deviations are lowered and the
statistics are better.


Modified:
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/disp_profile_all.py
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_mp05.py
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tap03.py
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tp02.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=24112&r1=24111&r2=24112&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
    Wed Jun 18 17:38:42 2014
@@ -48,7 +48,11 @@
     'B14',
     'NS CPMG 2-site expanded',
     'NS CPMG 2-site 3D',
+    'M61',
     'DPL94',
+    'TP02',
+    'TAP03',
+    'MP05',
     'NS R1rho 2-site'
 ]
 
@@ -59,7 +63,11 @@
     'profiling_b14.py',
     'profiling_ns_cpmg_2site_expanded.py',
     'profiling_ns_cpmg_2site_3D.py',
+    'profiling_m61.py',
     'profiling_dpl94.py',
+    'profiling_tp02.py',
+    'profiling_tap03.py',
+    'profiling_mp05.py',
     'profiling_ns_r1rho_2site.py'
 ]
 
@@ -70,6 +78,10 @@
     1.0,
     1.0,
     10.0,
+    1.0,
+    1.0,
+    1.0,
+    1.0,
     1.0,
     10.0
 ]

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_mp05.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_mp05.py?rev=24112&r1=24111&r2=24112&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_mp05.py
      (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_mp05.py
      Wed Jun 18 17:38:42 2014
@@ -63,7 +63,7 @@
 def main():
     if True:
         # Nr of iterations.
-        nr_iter = 10
+        nr_iter = 100
 
         # Print statistics.
         verbose = True

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tap03.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tap03.py?rev=24112&r1=24111&r2=24112&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tap03.py
     (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tap03.py
     Wed Jun 18 17:38:42 2014
@@ -63,7 +63,7 @@
 def main():
     if True:
         # Nr of iterations.
-        nr_iter = 10
+        nr_iter = 100
 
         # Print statistics.
         verbose = True

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tp02.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tp02.py?rev=24112&r1=24111&r2=24112&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tp02.py
      (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_tp02.py
      Wed Jun 18 17:38:42 2014
@@ -63,7 +63,7 @@
 def main():
     if True:
         # Nr of iterations.
-        nr_iter = 10
+        nr_iter = 100
 
         # Print statistics.
         verbose = True




Related Messages


Powered by MHonArc, Updated Wed Jun 18 17:40:02 2014