Difference between revisions of "Xixdnp.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(See also)
(Update function See also links and function index membership)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:xixdnp.m}} __NOTOC__
 
{{DISPLAYTITLE:xixdnp.m}} __NOTOC__
X-inverse-X (XiX) DNP experiment from https://doi.org/10.1021/jacs.1c09900
+
TPPM DNP and its special case X-inverse-X (XiX) DNP experiment from (https://doi.org/10.1021/jacs.1c09900).
  
 
==Syntax==
 
==Syntax==
Line 6: Line 6:
 
     contact_curve=xixdnp(spin_system,parameters,H,R,K)
 
     contact_curve=xixdnp(spin_system,parameters,H,R,K)
  
==Arguments==
+
==Parameters==
  
 
     H - Hamiltonian matrix, received from context function
 
     H - Hamiltonian matrix, received from context function
Line 24: Line 24:
 
   
 
   
 
     parameters.nloops    - number of XiX DNP blocks
 
     parameters.nloops    - number of XiX DNP blocks
 +
 +
    parameters.phase      - phase of the second pulse
  
 
==Outputs==
 
==Outputs==
  
 
     contact_curve        - time dependence of the coil state
 
     contact_curve        - time dependence of the coil state
 +
 +
==Examples==
 +
The following XiX contact curve and field profile are produced by xix_contact_curve.m and xix_field_profile.m example file located in examples/dnp_solids directory of Spinach distribution.
 +
 +
[[File:bunny_xix_a.png]] [[File:bunny_xix_b.png]]
  
 
==See also==
 
==See also==
[[Built-in_experiments#DNP_experiments|DNP experiments]]
+
[[beamdnp.m]], [[dnp_field_scan.m]], [[dnp_freq_scan.m]], [[dnp_time_dep.m]], [[masdnp.m]], [[noveldnp.m]], [[noveldnp_steady.m]], [[solid_effect.m]], [[topdnp.m]], [[xixdnp_steady.m]], [[Built-in_experiments]]
 
 
  
''Version 2.7, authors: [[Guinevere Mathies]], [[Venkata Subbarao Redrouthu]]''
+
''Version 2.8, authors: [[Guinevere Mathies]], [[Venkata Subbarao Redrouthu]]''

Latest revision as of 19:43, 6 June 2026

TPPM DNP and its special case X-inverse-X (XiX) DNP experiment from (https://doi.org/10.1021/jacs.1c09900).

Syntax

    contact_curve=xixdnp(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.pulse_dur  - pulse duration, seconds

    parameters.nloops     - number of XiX DNP blocks

    parameters.phase      - phase of the second pulse

Outputs

    contact_curve         - time dependence of the coil state

Examples

The following XiX contact curve and field profile are produced by xix_contact_curve.m and xix_field_profile.m example file located in examples/dnp_solids directory of Spinach distribution.

Bunny xix a.png Bunny xix b.png

See also

beamdnp.m, dnp_field_scan.m, dnp_freq_scan.m, dnp_time_dep.m, masdnp.m, noveldnp.m, noveldnp_steady.m, solid_effect.m, topdnp.m, xixdnp_steady.m, Built-in_experiments

Version 2.8, authors: Guinevere Mathies, Venkata Subbarao Redrouthu