mailr26644 - /trunk/pipe_control/align_tensor.py


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

Header


Content

Posted by edward on November 20, 2014 - 09:23:
Author: bugman
Date: Thu Nov 20 09:23:13 2014
New Revision: 26644

URL: http://svn.gna.org/viewcvs/relax?rev=26644&view=rev
Log:
Improved the text for the irreducible tensor notation in the 
align_tensor.display user function.


Modified:
    trunk/pipe_control/align_tensor.py

Modified: trunk/pipe_control/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/align_tensor.py?rev=26644&r1=26643&r2=26644&view=diff
==============================================================================
--- trunk/pipe_control/align_tensor.py  (original)
+++ trunk/pipe_control/align_tensor.py  Thu Nov 20 09:23:13 2014
@@ -336,10 +336,10 @@
         # The irreducible weights.
         ##########################
 
-        subsection(file=sys.stdout, text="Irreducible spherical harmonic 
weights", prespace=2)
+        subsection(file=sys.stdout, text="Irreducible spherical tensor 
coefficients", prespace=2)
 
         # The equations.
-        print("# The equations:")
+        print("# The spherical harmonic decomposition weights are:")
         print("#     A0 = (4pi/5)^(1/2) Szz,")
         print("#     A+/-1 = +/- (8pi/15)^(1/2)(Sxz +/- iSyz),")
         print("#     A+/-2 = (2pi/15)^(1/2)(Sxx - Syy +/- 2iSxy).")




Related Messages


Powered by MHonArc, Updated Thu Nov 20 09:40:01 2014