Difference between revisions of "Noveldnp steady.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Add missing Version/authors metadata and remove raw author emails)
m (Normalise preformatted blank lines in function documentation blocks)
Line 19: Line 19:
 
  H - Hamiltonian matrix, received from
 
  H - Hamiltonian matrix, received from
 
         context function
 
         context function
 
+
 
     R - relaxation superoperator, received
 
     R - relaxation superoperator, received
 
         from context function, must be ther-
 
         from context function, must be ther-
 
         malised to some finite temperature
 
         malised to some finite temperature
 
+
 
     K - kinetics superoperator, received
 
     K - kinetics superoperator, received
 
         from context function
 
         from context function
 
+
 
     parameters.irr_powers  - microwave amplitude (aka electron
 
     parameters.irr_powers  - microwave amplitude (aka electron
 
                             nutation frequency), Hz
 
                             nutation frequency), Hz
 
+
 
     parameters.coil        - detection state(s)
 
     parameters.coil        - detection state(s)
 
+
 
     parameters.contact_dur  - contact time, seconds
 
     parameters.contact_dur  - contact time, seconds
 
+
 
     parameters.shot_spacing - delay between microwave irradiation periods
 
     parameters.shot_spacing - delay between microwave irradiation periods
 
+
 
     parameters.flippulse    - 0: Solid Effect (no flip pulse)
 
     parameters.flippulse    - 0: Solid Effect (no flip pulse)
 
                               1: NOVEL (90-degree flip pulse)
 
                               1: NOVEL (90-degree flip pulse)
 
+
 
     parameters.flipback    - 0: NOVEL without flipback pulse
 
     parameters.flipback    - 0: NOVEL without flipback pulse
 
                               1: NOVEL with flipback pulse
 
                               1: NOVEL with flipback pulse
 
+
 
     parameters.addshift    - shift to center the field profile
 
     parameters.addshift    - shift to center the field profile
 
+
 
     parameters.el_offs      - microwave resonance offsets
 
     parameters.el_offs      - microwave resonance offsets
  

Revision as of 17:41, 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