Difference between revisions of "Noveldnp steady.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
 
(Update function See also links and function index membership)
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
  dnp=noveldnp_steady(spin_system,parameters,H,R,K)
 
  dnp=noveldnp_steady(spin_system,parameters,H,R,K)
  
==Arguments==
+
==Parameters==
  
 
  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
  
Line 52: Line 52:
 
                               of microwave resonance offset
 
                               of microwave resonance offset
  
shebha-anandhi.jegadeesan@uni-konstanz.de
+
 
ilya.kuprov@weizmann.ac.il
+
==See also==
guinevere.mathies@uni-konstanz.de
+
[[solid_effect.m]], [[dnp_time_dep.m]], [[dnp_freq_scan.m]], [[beamdnp.m]], [[dnp_field_scan.m]], [[masdnp.m]], [[noveldnp.m]], [[topdnp.m]], [[xixdnp.m]], [[xixdnp_steady.m]], [[Built-in_experiments]]
 +
 
 +
''Version 2.11, authors: [[Shebha Anandhi Jegadeesan]], [[Ilya Kuprov]], [[Guinevere Mathies]]''

Latest revision as of 19:39, 6 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)

Parameters

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, beamdnp.m, dnp_field_scan.m, masdnp.m, noveldnp.m, topdnp.m, xixdnp.m, xixdnp_steady.m, Built-in_experiments

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