Difference between revisions of "Eseem.m"

From Spinach Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
{{DISPLAYTITLE:function.m}} __NOTOC__
+
{{DISPLAYTITLE:eseem.m}} __NOTOC__
 
ESEEM pulse sequence with ideal hard pulses.
 
ESEEM pulse sequence with ideal hard pulses.
  

Revision as of 13:50, 31 December 2018

ESEEM pulse sequence with ideal hard pulses.

Syntax

    fid=eseem(spin_system,parameters,H,R,K)

Arguments

   parameters.npoints            number of points to be computed

   parameters.timestep           simulation time step, seconds

   parameters.rho0               initial state

   parameters.coil               detection state

   parameters.screen             optional screen state (must be 
                                 the Hermitian conjugate of the
                                 detection state)

   parameters.pulse_op           pulse operator

   H  - Hamiltonian matrix, received from context function

   R  - relaxation superoperator, received from context function

   K  - kinetics superoperator, received from context function

Outputs

   fid  - time domaing signal whose Fourier transform is the 
          ESEEM spectrum

Examples

The ESEEM spectrum of 14N nitroxide radical powder (examples/esr_solids/eseem_nitroxide_powder.m) appears below.

File:Eseem nitroxide.m

See also

oopeseem.m, hyscore.m, endor_cw.m, endor_mims.m, endor_davies.m


Version 2.3, authors: Ilya Kuprov, Luke Edwards