mailr20294 - /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 - 10:08:
Author: bugman
Date: Mon Jul 15 10:08:47 2013
New Revision: 20294

URL: http://svn.gna.org/viewcvs/relax?rev=20294&view=rev
Log:
Comment updates in the lib.dispersion.ns_2site_star module.


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=20294&r1=20293&r2=20294&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/ns_2site_star.py (original)
+++ branches/relax_disp/lib/dispersion/ns_2site_star.py Mon Jul 15 10:08:47 
2013
@@ -79,7 +79,7 @@
     # The matrix that contains all the contributions to the evolution, i.e. 
relaxation, exchange and chemical shift evolution.
     R = Rr + Rex + RCS
 
-    # This is the complex conjugate of the above.  It allows the chemical 
shift to run in the other direction, i.e. it is used to evolve the shift 
AFTER a 180 deg pulse.  The factor of 2 
+    # This is the complex conjugate of the above.  It allows the chemical 
shift to run in the other direction, i.e. it is used to evolve the shift 
after a 180 deg pulse.  The factor of 2 is to minimise the number of 
multiplications for the prop_2 matrix calculation.
     cR2 = conj(R) * 2.0
 
     # Conversion of kinetic rates.




Related Messages


Powered by MHonArc, Updated Mon Jul 15 11:00:02 2013