endor_mims_ideal.m

From Spinach Documentation Wiki
Jump to: navigation, search

Mims ENDOR sequence with ideal electron pulses.

Syntax

    endor_spec=endor_mims_ideal(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,
                           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

    endor_spec - Mims ENDOR spectrum, a vector of the same
                 size as parameters.n_frq

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_echo.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