mailr24187 - /branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py


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

Header


Content

Posted by tlinnet on June 20, 2014 - 08:48:
Author: tlinnet
Date: Fri Jun 20 08:48:56 2014
New Revision: 24187

URL: http://svn.gna.org/viewcvs/relax?rev=24187&view=rev
Log:
Further cleaned up the code in NS CPMG 2site start.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py

Modified: branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py?rev=24187&r1=24186&r2=24187&view=diff
==============================================================================
--- branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py       
(original)
+++ branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py       Fri 
Jun 20 08:48:56 2014
@@ -125,12 +125,6 @@
     k_BA = pA * kex
     k_AB = pB * kex
 
-    # Set up the matrix that contains the exchange terms between the two 
states A and B.
-    Rex[0, 0] = -k_AB
-    Rex[0, 1] = k_BA
-    Rex[1, 0] = k_AB
-    Rex[1, 1] = -k_BA
-
     # This is a vector that contains the initial magnetizations 
corresponding to the A and B state transverse magnetizations.
     M0[0] = pA
     M0[1] = pB




Related Messages


Powered by MHonArc, Updated Fri Jun 20 09:00:03 2014