mailr20300 - /branches/relax_disp/lib/dispersion/ns_2site_star.py


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

Header


Content

Posted by edward on July 15, 2013 - 13:55:
Author: bugman
Date: Mon Jul 15 13:55:12 2013
New Revision: 20300

URL: http://svn.gna.org/viewcvs/relax?rev=20300&view=rev
Log:
Fix for the state G+E to A+B conversion in lib.dispersion.ns_2site_star.


Modified:
    branches/relax_disp/lib/dispersion/ns_2site_star.py

Modified: branches/relax_disp/lib/dispersion/ns_2site_star.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/ns_2site_star.py?rev=20300&r1=20299&r2=20300&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/ns_2site_star.py (original)
+++ branches/relax_disp/lib/dispersion/ns_2site_star.py Mon Jul 15 13:55:12 
2013
@@ -74,7 +74,7 @@
     """
 
     # The matrix that contains only the R2 relaxation terms ("Redfield 
relaxation", i.e. non-exchange broadening).
-    Rr  = -1.0 * matrix([[r20b, 0.0], [0.0, r20a]])
+    Rr  = -1.0 * matrix([[r20a, 0.0], [0.0, r20b]])
 
     # The matrix that contains the exchange terms between the two states A 
and B.
     Rex = -1.0 * matrix([[k_AB, -k_BA], [-k_AB, k_BA]])




Related Messages


Powered by MHonArc, Updated Mon Jul 15 17:20:02 2013