mailr4469 - /branches/consistency_tests_1.3/physical_constants.py


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

Header


Content

Posted by sebastien . morin . 1 on January 07, 2008 - 23:48:
Author: semor
Date: Mon Jan  7 23:48:19 2008
New Revision: 4469

URL: http://svn.gna.org/viewcvs/relax?rev=4469&view=rev
Log:
Introduced the ORIENTATION and TC values (used in consistency testing) in the 
physical constants.

ORIENTATION :
The angle between the 15N-1H vector and the principal axis of the 15N 
chemical shift tensor

TC :
The approximate correlation time.


Modified:
    branches/consistency_tests_1.3/physical_constants.py

Modified: branches/consistency_tests_1.3/physical_constants.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/physical_constants.py?rev=4469&r1=4468&r2=4469&view=diff
==============================================================================
--- branches/consistency_tests_1.3/physical_constants.py (original)
+++ branches/consistency_tests_1.3/physical_constants.py Mon Jan  7 23:48:19 
2008
@@ -39,6 +39,13 @@
 # The length of the NH bond (default value).
 NH_BOND_LENGTH = 1.02 * 1e-10
 
+# The angle between the 15N-1H vector and the principal axis of the 15N 
chemical shift tensor
+# (default value).
+ORIENTATION = 15.7
+
+# The approximate correlation time (default value).
+TC = 13 * 1e-9
+
 
 # The 13C gyromagnetic ratio.
 g13C = 6.728e7




Related Messages


Powered by MHonArc, Updated Tue Jan 08 00:40:10 2008