Difference between revisions of "Endor mims echo.m"
(Created page with "{{DISPLAYTITLE:endor_mims_echo.m}} __NOTOC__ Stimulated echo diagnostics for the Mims ENDOR sequence. ==Syntax== stim_echo=endor_mims_echo(spin_system,parameters,H,R,K)...") |
(Update function See also links and function index membership) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
stim_echo=endor_mims_echo(spin_system,parameters,H,R,K) | stim_echo=endor_mims_echo(spin_system,parameters,H,R,K) | ||
| − | == | + | ==Parameters== |
parameters.spins - working spins, normally {'E'}; spe- | parameters.spins - working spins, normally {'E'}; spe- | ||
| Line 46: | Line 46: | ||
==See also== | ==See also== | ||
| − | [[Built-in_experiments | + | [[deer_3p_hard_deer.m]], [[deer_3p_hard_echo.m]], [[deer_3p_soft_deer.m]], [[deer_3p_soft_diag.m]], [[deer_3p_soft_hole.m]], [[deer_4p_soft_deer.m]], [[deer_4p_soft_diag.m]], [[deer_4p_soft_hole.m]], [[deer_analyt.m]], [[endor_cw.m]], [[endor_davies.m]], [[endor_mims.m]], [[endor_mims_ideal.m]], [[eseem.m]], [[fieldsweep.m]], [[hyscore.m]], [[oopeseem.m]], [[rapidscan.m]], [[ridme.m]], [[rydmr_exp.m]], [[sifter.m]], [[Built-in_experiments]] |
| − | |||
''Version 2.9, authors: [[Ilya Kuprov]]'' | ''Version 2.9, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:36, 6 June 2026
Stimulated echo diagnostics for the Mims ENDOR sequence.
Syntax
stim_echo=endor_mims_echo(spin_system,parameters,H,R,K)
Parameters
parameters.spins - working spins, normally {'E'}; spe-
cify multiplicity if electron spin
is not 1/2, for example {'7E'} for
gadolinium
parameters.electrons - a vector of integers specifying
which spins in sys.isotopes are
electrons
parameters.tau - the delay between the first two
90-degree pulses of the Mims
ENDOR sequence, seconds; 200e-9
is typical
parameters.n_dur - duration of the nuclear pulse,
which is NOT ACTUALLY APPLIED
within this pulse sequence,
seconds; 50e-6 is typical
parameters.nsteps - number of time steps to make
in the detection period, which
runs from 0 to 2*paramters.tau
H - Hamiltonian matrix, received from the context
function, normally powder() in this case
R - relaxation superoperator, received from the context
function, normally powder() in this case
K - kinetics superoperator, received from the context
function, normally powder() in this case
Outputs
stim_echo - stimulated echo seen in the Mims ENDOR sequ-
ence in the absence of the nuclear RF pulse
See also
deer_3p_hard_deer.m, deer_3p_hard_echo.m, deer_3p_soft_deer.m, deer_3p_soft_diag.m, deer_3p_soft_hole.m, deer_4p_soft_deer.m, deer_4p_soft_diag.m, deer_4p_soft_hole.m, deer_analyt.m, endor_cw.m, endor_davies.m, endor_mims.m, endor_mims_ideal.m, eseem.m, fieldsweep.m, hyscore.m, oopeseem.m, rapidscan.m, ridme.m, rydmr_exp.m, sifter.m, Built-in_experiments
Version 2.9, authors: Ilya Kuprov