Difference between revisions of "Inadequate 2d.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Rename Arguments section heading to Parameters)
(Update function See also links and function index membership)
 
Line 30: Line 30:
  
 
==See also==
 
==See also==
[[Built-in_experiments#Liquid_state_NMR_experiments|Liquid state NMR experiments]]
+
[[dilute.m]], [[clip_hsqc.m]], [[coloc.m]], [[cosy.m]], [[crazed.m]], [[ct_cosy.m]], [[ct_hsqc.m]], [[dept.m]], [[deptq.m]], [[dqf_cosy.m]], [[ecosy.m]], [[hetcor.m]], [[hmbc.m]], [[hmqc.m]], [[hoesy.m]], [[hsqc.m]], [[inadequate.m]], [[inept.m]], [[inv_rec.m]], [[mqs.m]], [[mqs_refocus.m]], [[noesy.m]], [[pansy_cosy.m]], [[pansy_triple.m]], [[roesy.m]], [[sat_rec.m]], [[tocsy.m]], [[Built-in_experiments]]
  
 
''Version 2.7, authors: [[Theresa Hune]], [[Christian Griesinger]]''
 
''Version 2.7, authors: [[Theresa Hune]], [[Christian Griesinger]]''

Latest revision as of 19:37, 6 June 2026

2D INADEQUATE pulse sequence.

Syntax

    fid=inadequate_2d(spin_system,parameters,H,R,K)

Parameters

    parameters.sweep              [F1 F2] sweep widths, Hz

    parameters.npoints            [F1 F2] numbers of points

    parameters.spins              {F1 F2} nuclei (e.g. '13C','1H')

    parameters.J                  working scalar coupling, Hz

    H  - Hamiltonian matrix, received from context function

    R  - relaxation superoperator, received from context function

    K  - kinetics superoperator, received from context function

Outputs

    fid.cos,fid.sin -  two components of the States signal

Notes

Use dilute.m to generate carbon pair isotopomers.

See also

dilute.m, clip_hsqc.m, coloc.m, cosy.m, crazed.m, ct_cosy.m, ct_hsqc.m, dept.m, deptq.m, dqf_cosy.m, ecosy.m, hetcor.m, hmbc.m, hmqc.m, hoesy.m, hsqc.m, inadequate.m, inept.m, inv_rec.m, mqs.m, mqs_refocus.m, noesy.m, pansy_cosy.m, pansy_triple.m, roesy.m, sat_rec.m, tocsy.m, Built-in_experiments

Version 2.7, authors: Theresa Hune, Christian Griesinger