Difference between revisions of "Noveldnp.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
(Restore pre-bulk-edit wiki content)
Line 1: Line 1:
 
{{DISPLAYTITLE:noveldnp.m}} __NOTOC__
 
{{DISPLAYTITLE:noveldnp.m}} __NOTOC__
 
 
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).
 
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==
 
==Syntax==
  
contact_curve=noveldnp(spin_system,parameters,H,R,K)
+
    contact_curve=noveldnp(spin_system,parameters,H,R,K)
  
 
==Arguments==
 
==Arguments==
  
H - Hamiltonian matrix, received from context function
+
        H - Hamiltonian matrix, received from context function
 
         R - relaxation superoperator, received from context function
 
         R - relaxation superoperator, received from context function
 
         K - kinetics superoperator, received from context function
 
         K - kinetics superoperator, received from context function
Line 24: Line 23:
 
==Outputs==
 
==Outputs==
  
contact_curve        - time dependence of the coil state
+
        contact_curve        - time dependence of the coil state
 
 
venkata-subbarao.redrouthu@uni-konstanz.de
 
ilya.kuprov@weizmann.ac.il
 
guinevere.mathies@uni-konstanz.de
 
  
 
==Examples==
 
==Examples==
 
 
See examples in the Spinach distribution relevant to this function.
 
See examples in the Spinach distribution relevant to this function.
  
 
==Notes==
 
==Notes==
 
 
This page was generated from the function header in the Spinach repository.
 
This page was generated from the function header in the Spinach repository.
  
 
==See also==
 
==See also==
 
 
* [[topdnp_steady.m]]
 
* [[topdnp_steady.m]]
 
* [[Built-in_experiments]]
 
* [[Built-in_experiments]]

Revision as of 15:49, 5 April 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)

Arguments

        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


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