Difference between revisions of "Noveldnp steady.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Add See also section to function-description page)
m (Add missing Version/authors metadata and remove raw author emails)
Line 52: Line 52:
 
                               of microwave resonance offset
 
                               of microwave resonance offset
  
shebha-anandhi.jegadeesan@uni-konstanz.de
 
ilya.kuprov@weizmann.ac.il
 
guinevere.mathies@uni-konstanz.de
 
  
 
==See also==
 
==See also==
 
[[solid_effect.m]], [[dnp_time_dep.m]], [[dnp_freq_scan.m]], [[Built-in_experiments#DNP_experiments|DNP experiments]]
 
[[solid_effect.m]], [[dnp_time_dep.m]], [[dnp_freq_scan.m]], [[Built-in_experiments#DNP_experiments|DNP experiments]]
 +
 +
''Version 2.11, authors: [[Shebha Anandhi Jegadeesan]], [[Ilya Kuprov]], [[Guinevere Mathies]]''

Revision as of 17:26, 5 June 2026


Nuclear spin Orientation via Electron spin Locking (NOVEL) and pulsed solid effect (SE), steady-state version. For futher information see:

            https://doi.org/10.1016/0022-2364(88)90190-4
                https://doi.org/10.1063/1.5000528

Syntax (call from powder context)::

         dnp=noveldnp_steady(spin_system,parameters,H,R,K)

Syntax

dnp=noveldnp_steady(spin_system,parameters,H,R,K)

Arguments

H - Hamiltonian matrix, received from
        context function
    R - relaxation superoperator, received
        from context function, must be ther-
        malised to some finite temperature
    K - kinetics superoperator, received
        from context function
    parameters.irr_powers   - microwave amplitude (aka electron
                            nutation frequency), Hz
    parameters.coil         - detection state(s)
    parameters.contact_dur  - contact time, seconds
    parameters.shot_spacing - delay between microwave irradiation periods
    parameters.flippulse    - 0: Solid Effect (no flip pulse)
                              1: NOVEL (90-degree flip pulse)
    parameters.flipback     - 0: NOVEL without flipback pulse
                              1: NOVEL with flipback pulse
    parameters.addshift     - shift to center the field profile
    parameters.el_offs      - microwave resonance offsets

Outputs

dnp                     - steady state observable on the de-
                              tection state vector as a function
                              of microwave resonance offset


See also

solid_effect.m, dnp_time_dep.m, dnp_freq_scan.m, DNP experiments

Version 2.11, authors: Shebha Anandhi Jegadeesan, Ilya Kuprov, Guinevere Mathies