mailr18267 - /trunk/maths_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 January 23, 2013 - 16:09:
Author: bugman
Date: Wed Jan 23 16:09:34 2013
New Revision: 18267

URL: http://svn.gna.org/viewcvs/relax?rev=18267&view=rev
Log:
Expanded the N-state model target function func_standard() docstring to 
include the xi derivative.

This is the partial derivative with respect to the paramagnetic centre 
position.


Modified:
    trunk/maths_fns/n_state_model.py

Modified: trunk/maths_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/maths_fns/n_state_model.py?rev=18267&r1=18266&r2=18267&view=diff
==============================================================================
--- trunk/maths_fns/n_state_model.py (original)
+++ trunk/maths_fns/n_state_model.py Wed Jan 23 16:09:34 2013
@@ -826,6 +826,35 @@
                   dAmn          N /__               dAmn
                                   c=1
 
+        xi partial derivative
+        ~~~~~~~~~~~~~~~~~~~~~
+
+        The paramagnetic position partial derivative is::
+
+                                _N_
+            ddelta_ij(theta)    \        / ddjc                       dr_jcT 
                         dr_jc \ 
+            ----------------  =  >  pc . | ----.r_jcT.Ai.r_jc  +  
djc.------.Ai.r_jc  +  djc.r_jcT.Ai.----- | ,
+                  dxi           /__      \ dxi                         dxi   
                          dxi  /
+                                c=1
+
+        where xi are the paramagnetic position coordinates {x0, x1, x2} and 
the last two terms in the sum are equal due to the symmetry of the alignment 
tensor, and:
+
+            ddjc    mu0 15kT                 5 (si - xi)
+            ----  = --- ----- ---------------------------------------------  
,
+            dxi     4pi Bo**2 ((sx-x0)**2 + (sy-x1)**2 + (sz-x2)**2)**(7/2)
+
+        and::
+
+            dr      | 1 |   dr      | 0 |   dr      | 0 |
+            --  = - | 0 | , --  = - | 1 | , --  = - | 0 | .
+            dx      | 0 |   dy      | 0 |   dy      | 1 |
+
+        The pseudocontact shift constant is defined here as::
+
+                  mu0 15kT    1
+            djc = --- ----- ------ ,
+                  4pi Bo**2 rjc**5
+
 
         The alignment tensor gradient
         -----------------------------




Related Messages


Powered by MHonArc, Updated Wed Jan 23 16:20:01 2013