Trees | Indices | Help |
|
---|
|
The numerical fit of 2-site Bloch-McConnell equations for CPMG-type experiments, the NS CPMG 2-site 3D and NS CPMG 2-site 3D full models.
The function uses an explicit matrix that contains relaxation, exchange and chemical shift terms. It does the 180deg pulses in the CPMG train. The approach of Bloch-McConnell can be found in chapter 3.1 of Palmer, A. G. Chem Rev 2004, 104, 3623-3640. This function was written, initially in MATLAB, in 2010.
This is the model of the numerical solution for the 2-site Bloch-McConnell equations. It originates as optimization function number 1 from the fitting_main_kex.py script from Mathilde Lescanne, Paul Schanda, and Dominique Marion (see http://thread.gmane.org/gmane.science.nmr.relax.devel/4138, https://web.archive.org/web/https://gna.org/task/?7712#comment2 and https://web.archive.org/web/https://gna.org/support/download.php?file_id=18262).
More information on the NS CPMG 2-site 3D model can be found in the:
More information on the NS CPMG 2-site 3D full model can be found in the:
|
|||
numpy float array of rank [NE][NS][NM][NO][ND][7][7] |
|
||
|
|
|||
m_r10a = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_pA = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_r10b = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_pB = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_r20a = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_r20b = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_k_AB = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_k_BA = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_wA = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
m_wB = array([[ 0., 0., 0., 0., 0., 0., 0
|
|||
__package__ =
|
Imports: array, dot, fabs, float64, einsum, isfinite, log, min, multiply, rollaxis, sum, matrix_power, fix_invalid, masked_where, isNaN, matrix_exponential
|
Definition of the 3D exchange matrix, for rank [NE][NS][NM][NO][ND][7][7].
|
The 2-site numerical solution to the Bloch-McConnell equation. This function calculates and stores the R2eff values.
|
|
m_r10a
|
m_pA
|
m_r10b
|
m_pB
|
m_r20a
|
m_r20b
|
m_k_AB
|
m_k_BA
|
m_wA
|
m_wB
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 30 14:40:39 2015 | http://epydoc.sourceforge.net |