mailr4994 - /branches/N_state_model/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on February 15, 2008 - 09:25:
Author: bugman
Date: Fri Feb 15 09:25:53 2008
New Revision: 4994

URL: http://svn.gna.org/viewcvs/relax?rev=4994&view=rev
Log:
Change of format in the reporting of the cone order parameters.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4994&r1=4993&r2=4994&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Fri Feb 15 09:25:53 
2008
@@ -162,10 +162,9 @@
         print "The full length rotated CoM vector is:\n" + `cdp.rot_CoM` + 
"\n"
         print "The length reduction is:\n" + `len_red` + "\n"
         print "The cone angle for diffusion on an axially symmetric cone 
is:\n%.5f rad (%.5f deg)\n" % (cdp.theta_diff_on_cone, cdp.theta_diff_on_cone 
/ (2*pi) *360.)
-        print "The order parameter (S_cone) for diffusion on an axially 
symmetric cone is:\nS_cone = %.5f\nS^2 = %.5f\n" % (cdp.S_diff_on_cone, 
cdp.S_diff_on_cone**2)
+        print "The order parameter (S_cone) for diffusion on an axially 
symmetric cone is:\nS_cone = %.5f (S^2 = %.5f)\n" % (cdp.S_diff_on_cone, 
cdp.S_diff_on_cone**2)
         print "The cone angle for diffusion in an axially symmetric cone 
is:\n%.5f rad (%.5f deg)\n" % (cdp.theta_diff_in_cone, cdp.theta_diff_in_cone 
/ (2*pi) *360.)
-        print "The order parameter (S_cone) for diffusion in an axially 
symmetric cone is:\nS_cone = %.5f\nS^2 = %.5f\n" % (cdp.S_diff_in_cone, 
cdp.S_diff_in_cone**2)
-        raise NameError, "hello"
+        print "The order parameter (S_cone) for diffusion in an axially 
symmetric cone is:\nS_cone = %.5f (S^2 = %.5f)\n" % (cdp.S_diff_in_cone, 
cdp.S_diff_in_cone**2)
 
 
     def default_value(self, param):




Related Messages


Powered by MHonArc, Updated Fri Feb 15 09:40:34 2008