Difference between revisions of "Noveldnp.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Restore pre-bulk-edit wiki content)
(Update function See also links and function index membership)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
     contact_curve=noveldnp(spin_system,parameters,H,R,K)
 
     contact_curve=noveldnp(spin_system,parameters,H,R,K)
  
==Arguments==
+
==Parameters==
  
 
         H - Hamiltonian matrix, received from context function
 
         H - Hamiltonian matrix, received from context function
Line 32: Line 32:
  
 
==See also==
 
==See also==
* [[topdnp_steady.m]]
+
[[topdnp_steady.m]], [[beamdnp.m]], [[dnp_field_scan.m]], [[dnp_freq_scan.m]], [[dnp_time_dep.m]], [[masdnp.m]], [[noveldnp_steady.m]], [[solid_effect.m]], [[topdnp.m]], [[xixdnp.m]], [[xixdnp_steady.m]], [[Built-in_experiments]], [[Optimal_control_module]], [[Kernel_contexts]], [[Kernel_functions]], [[Main_Page]]
* [[Built-in_experiments]]
 
* [[Optimal_control_module]]
 
* [[Kernel_contexts]]
 
* [[Kernel_functions]]
 
* [[Main_Page]]
 
 
 
 
 
  
 
''Version 2.11, authors: [[Venkata Subbarao Redrouthu]], [[Ilya Kuprov]], Guinevere Mathies''
 
''Version 2.11, authors: [[Venkata Subbarao Redrouthu]], [[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). 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): contact_curve=noveldnp(spin_system,parameters,H,R,K).

Syntax

    contact_curve=noveldnp(spin_system,parameters,H,R,K)

Parameters

        H - Hamiltonian matrix, received from context function
        R - relaxation superoperator, received from context function
        K - kinetics superoperator, received from context function
        parameters.irr_powers - microwave amplitude (aka electron
                                nutation frequency), Hz
        parameters.rho0       - initial state
        parameters.coil       - detection state
        parameters.timestep   - time step of the contact curve, s
        parameters.nsteps     - number of time steps in the con-
                                tact curve
        parameters.flippulse  - 0: Solid Effect (no flip pulse)
                                1: NOVEL (90-degree flip pulse)

Outputs

        contact_curve         - time dependence of the coil state

Examples

See examples in the Spinach distribution relevant to this function.

Notes

This page was generated from the function header in the Spinach repository.

See also

topdnp_steady.m, beamdnp.m, dnp_field_scan.m, dnp_freq_scan.m, dnp_time_dep.m, masdnp.m, noveldnp_steady.m, solid_effect.m, topdnp.m, xixdnp.m, xixdnp_steady.m, Built-in_experiments, Optimal_control_module, Kernel_contexts, Kernel_functions, Main_Page

Version 2.11, authors: Venkata Subbarao Redrouthu, Ilya Kuprov, Guinevere Mathies