A collection of functions for generating the relaxation matrices for
the numerical solutions.
These are for the numerical solutions to the Bloch-McConnell equations
for relaxation dispersion.
numpy rank-2, 4D array
|
r180x_2d(flip=3.14159265359)
The 2D rotation matrix for an imperfect X-axis pi-pulse. |
source code
|
|
numpy rank-2, 7D array
|
r180x_3d(flip=3.14159265359)
The 3D rotation matrix for an imperfect X-axis pi-pulse. |
source code
|
|
numpy rank-2, 4D array
|
rcpmg_2d(R2A=None,
R2B=None,
dw=None,
k_AB=None,
k_BA=None)
Definition of the 2D exchange matrix. |
source code
|
|
numpy rank-2, 7D array
|
rcpmg_3d(R1A=None,
R1B=None,
R2A=None,
R2B=None,
pA=None,
pB=None,
dw=None,
k_AB=None,
k_BA=None)
Definition of the 3D exchange matrix. |
source code
|
|
|
rr1rho_3d_3site(matrix=None,
R1=None,
r1rho_prime=None,
pA=None,
pB=None,
pC=None,
wA=None,
wB=None,
wC=None,
w1=None,
k_AB=None,
k_BA=None,
k_BC=None,
k_CB=None,
k_AC=None,
k_CA=None)
Definition of the 3D exchange matrix. |
source code
|
|
|
rr1rho_3d(matrix=None,
R1=None,
r1rho_prime=None,
pA=None,
pB=None,
wA=None,
wB=None,
w1=None,
k_AB=None,
k_BA=None)
Definition of the 3D exchange matrix. |
source code
|
|