Difference between revisions of "R1n dnp.m"
(Created page with "{{DISPLAYTITLE:r1n_dnp.m}} __NOTOC__ A simple model for nuclear longitudinal relaxation rate due to the presence of an unpaired electron in cryogenic DNP settings. ==Syntax==...") |
(Update function See also links and function index membership) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
R1n=r1n_dnp(B0,T,g,T1e,T1n_bulk,r,bet) | R1n=r1n_dnp(B0,T,g,T1e,T1n_bulk,r,bet) | ||
| − | == | + | ==Parameters== |
B0 - main magnet field, Tesla | B0 - main magnet field, Tesla | ||
| Line 27: | Line 27: | ||
==See also== | ==See also== | ||
| − | [[Textbook module]] | + | [[brokensymm.m]], [[levelpop.m]], [[quad_shift.m]], [[r1csa2tauc.m]], [[r2csa2tauc.m]], [[rlx_csa.m]], [[rlx_dd_csa.m]], [[rlx_dip.m]], [[rlx_hfc.m]], [[rlx_nqi.m]], [[trosy_eff.m]], [[Textbook module]] |
| − | |||
''Version 2.11, authors: [[Shebha Anandhi Jegadeesan]], [[Ilya Kuprov]], [[Guinevere Mathies]]'' | ''Version 2.11, authors: [[Shebha Anandhi Jegadeesan]], [[Ilya Kuprov]], [[Guinevere Mathies]]'' | ||
Latest revision as of 19:40, 6 June 2026
A simple model for nuclear longitudinal relaxation rate due to the presence of an unpaired electron in cryogenic DNP settings.
Syntax
R1n=r1n_dnp(B0,T,g,T1e,T1n_bulk,r,bet)
Parameters
B0 - main magnet field, Tesla T - absolute temperature, Kelvin g - electron g-factor, Bohr magneton units T1e - electron longitudinal relaxation time, seconds T1n_bulk - nuclear longitudinal relaxation time far away from the electron r - electron-nuclear distance, Angstrom bet - angle between the magnet field and the electron-nuclear direction, radians
Outputs
R1n - nuclear relaxation rate, Hz
See also
brokensymm.m, levelpop.m, quad_shift.m, r1csa2tauc.m, r2csa2tauc.m, rlx_csa.m, rlx_dd_csa.m, rlx_dip.m, rlx_hfc.m, rlx_nqi.m, trosy_eff.m, Textbook module
Version 2.11, authors: Shebha Anandhi Jegadeesan, Ilya Kuprov, Guinevere Mathies