Difference between revisions of "Cp contact hard.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Examples)
(Update function See also links and function index membership)
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
     contact_curve=cp_contact_hard(spin_system,parameters,H,R,K)
 
     contact_curve=cp_contact_hard(spin_system,parameters,H,R,K)
  
==Arguments==
+
==Parameters==
  
 
     parameters.irr_powers - a matrix containing the values
 
     parameters.irr_powers - a matrix containing the values
Line 12: Line 12:
 
                             quency on each channel (rows)
 
                             quency on each channel (rows)
 
                             at each time slice (cols), Hz
 
                             at each time slice (cols), Hz
                           
+
 
     parameters.irr_opers  - a cell array of spin operators
 
     parameters.irr_opers  - a cell array of spin operators
 
                             corresponding to the spin-lock
 
                             corresponding to the spin-lock
Line 46: Line 46:
  
 
==See also==
 
==See also==
[[overtone_cp.m]], [[dante.m]], [[cn2d_dq.m]], [[cn2d_sq.m]], [[mqmas.m]], [[cp_acquire_soft.m]], [[cp_contact_soft.m]]
+
[[overtone_cp.m]], [[dante.m]], [[cn2d_dq.m]], [[cn2d_sq.m]], [[mqmas.m]], [[cp_acquire_soft.m]], [[cp_contact_soft.m]], [[fslghetcor.m]], [[nqr_pa.m]], [[pdsd.m]], [[respiration.m]], [[wise.m]], [[Built-in_experiments]]
 
 
[[Built-in_experiments#Solid_state_NMR_experiments|Solid state NMR experiments]]
 
 
 
  
 
''Version 2.9, authors: [[Ilya Kuprov]], [[Marina Carravetta]], [[Phil Williamson]]''
 
''Version 2.9, authors: [[Ilya Kuprov]], [[Marina Carravetta]], [[Phil Williamson]]''

Latest revision as of 19:35, 6 June 2026

Cross-polarisation experiment in the rotating frame. Applies an ideal pi/2 pulse using the specified operators, then evolves the system with the specified spin-lock terms added to the Liovillian. The contact curve is returned.

Syntax

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

Parameters

    parameters.irr_powers - a matrix containing the values
                            of the spin-lock nutation fre-
                            quency on each channel (rows)
                            at each time slice (cols), Hz

    parameters.irr_opers  - a cell array of spin operators
                            corresponding to the spin-lock
                            on each channel

    parameters.exc_opers  - a cell array of spin operators
                            for the ideal pi/2 excitation 
                            pulse (same flip angle on all
                            channels)

    parameters.time_steps - a vector of time slice durati-
                            ons, seconds

    parameters.rho0       - initial state vector

    parameters.coil       - detection state vector

    H - Hamiltonian matrix, received from context function

    R - relaxation superoperator, received from context function

    K - kinetics superoperator, received from context function

Outputs

    contact_curve - contact curve detected on the coil
                    state specified in parameters.coil

Examples

An example of a 1H-15N CP matching condition scan under MAS (examples/nmr_solids/cp_matching_1.m) appears below.

Cp match.png

See also

overtone_cp.m, dante.m, cn2d_dq.m, cn2d_sq.m, mqmas.m, cp_acquire_soft.m, cp_contact_soft.m, fslghetcor.m, nqr_pa.m, pdsd.m, respiration.m, wise.m, Built-in_experiments

Version 2.9, authors: Ilya Kuprov, Marina Carravetta, Phil Williamson