Difference between revisions of "Hmqc.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Update function See also links and function index membership)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
==Syntax==
 
==Syntax==
  
    function call string
+
    fid=hmqc(spin_system,parameters,H,R,K)
  
==Arguments==
+
==Parameters==
  
 
     parameters.sweep          [F1 F2] sweep widths in each
 
     parameters.sweep          [F1 F2] sweep widths in each
Line 43: Line 43:
  
 
==See also==
 
==See also==
Links to related functions.
+
[[hsqc.m]], [[cosy.m]], [[hetcor.m]], [[noesy.m]], [[tocsy.m]], [[hnco.m]], [[hncoca.m]], [[roesy.m]], [[dilute.m]], [[clip_hsqc.m]], [[coloc.m]], [[crazed.m]], [[ct_cosy.m]], [[ct_hsqc.m]], [[dept.m]], [[deptq.m]], [[dqf_cosy.m]], [[ecosy.m]], [[hmbc.m]], [[hoesy.m]], [[inadequate.m]], [[inadequate_2d.m]], [[inept.m]], [[inv_rec.m]], [[mqs.m]], [[mqs_refocus.m]], [[pansy_cosy.m]], [[pansy_triple.m]], [[sat_rec.m]], [[Built-in_experiments]]
  
 
+
''Version 2.3, authors: [[Ilya Kuprov]]''
''Version 2.3, authors: [[Author 1]]''
 

Latest revision as of 19:37, 6 June 2026

Magnitude-mode HMQC pulse sequence.

Syntax

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

Parameters

   parameters.sweep          [F1 F2] sweep widths in each
                             frequency direction, Hz

   parameters.npoints        [F1 F2] numbers of points in
                             each time direction

   parameters.spins          {F1 F2} nuclei, e.g. {'15N','1H'}

   parameters.decouple_f2    nuclei to decouple in F2, 
                             e.g. {'15N','13C'}

   parameters.decouple_f1    nuclei to decouple in F1, 
                             e.g. {'1H','13C'}

   parameters.J              primary 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 - free induction decay for magnitude mode processing

Examples

An HMQC spectrum of strychnine (examples/nmr_liquids/hmqc_strychnine.m) appears below.

Hmqc strychnine.png

Notes

Natural abundance experiments should make use of the isotope dilution functionality. See dilute.m function.

See also

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

Version 2.3, authors: Ilya Kuprov