Difference between revisions of "Mqs refocus.m"
m (Spot-update function page against current Spinach source) |
(Update function See also links and function index membership) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
fid=mqs_refocus(spin_system,parameters,H,R,K) | fid=mqs_refocus(spin_system,parameters,H,R,K) | ||
| − | == | + | ==Parameters== |
parameters.sweep [F1 F2] sweep widths (Hz) | parameters.sweep [F1 F2] sweep widths (Hz) | ||
| Line 48: | Line 48: | ||
==See also== | ==See also== | ||
| − | [[hsqc.m]], [[hmqc.m]], [[cosy.m]], [[tocsy.m]] | + | [[hsqc.m]], [[hmqc.m]], [[cosy.m]], [[tocsy.m]], [[clip_hsqc.m]], [[coloc.m]], [[crazed.m]], [[ct_cosy.m]], [[ct_hsqc.m]], [[dept.m]], [[deptq.m]], [[dqf_cosy.m]], [[ecosy.m]], [[hetcor.m]], [[hmbc.m]], [[hoesy.m]], [[inadequate.m]], [[inadequate_2d.m]], [[inept.m]], [[inv_rec.m]], [[mqs.m]], [[noesy.m]], [[pansy_cosy.m]], [[pansy_triple.m]], [[roesy.m]], [[sat_rec.m]], [[Built-in_experiments]] |
''Version 2.3, authors: [[Maria Grazia Concilio]]'' | ''Version 2.3, authors: [[Maria Grazia Concilio]]'' | ||
Latest revision as of 19:39, 6 June 2026
Multiple quantum correlation pulse sequence with refocusing.
Syntax
fid=mqs_refocus(spin_system,parameters,H,R,K)
Parameters
parameters.sweep [F1 F2] sweep widths (Hz)
parameters.npoints [F1 F2] numbers of fid points
parameters.spins {F1 F2} nuclei, in this case:
{'1H','1H'}
parameters.angle flip angle for the final
pulse, radians
parameters.mqorder coherence orders to select,
a two-element integer array
parameters.delay_1 first evolution delay, seconds
parameters.delay_2 second evolution delay, seconds
parameters.rho0 initial state
parameters.coil detection state
H - Hamiltonian superoperator, provided by the context function
R - relaxation superoperator, provided by the context function
K - kinetics superoperator, provided by the context function
Outputs
fid - 2D free induction decay for amplitude-mode processing
Notes
This implementation is homonuclear in practice and uses exact analytical coherence-order projection rather than an explicit phase cycle.
Examples
A SQ/MQ correlation spectrum simulation for a six-spin system (examples/nmr_liquids/mqs_six_spin.m) appears below.
See also
hsqc.m, hmqc.m, cosy.m, tocsy.m, clip_hsqc.m, coloc.m, crazed.m, ct_cosy.m, ct_hsqc.m, dept.m, deptq.m, dqf_cosy.m, ecosy.m, hetcor.m, hmbc.m, hoesy.m, inadequate.m, inadequate_2d.m, inept.m, inv_rec.m, mqs.m, noesy.m, pansy_cosy.m, pansy_triple.m, roesy.m, sat_rec.m, Built-in_experiments
Version 2.3, authors: Maria Grazia Concilio
