Difference between revisions of "Hncaco.m"
(Sync syntax/arguments/outputs with current Spinach source) |
(Update function See also links and function index membership) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:hncaco.m}} __NOTOC__ | {{DISPLAYTITLE:hncaco.m}} __NOTOC__ | ||
| + | Protein-specific HN(CA)CO experiment (Figure 7.41 of "Protein NMR Spectroscopy", 2nd edition) using pre-set values of J-couplings used in the magnetisation transfer stages. The simulation uses the bidirectional propagation method described in (http://dx.doi.org/10.1016/j.jmr.2014.04.002). | ||
| − | + | ==Syntax== | |
| − | |||
| − | fid=hncaco(spin_system,parameters,H,R,K) | + | fid=hncaco(spin_system,parameters,H,R,K) |
| − | == | + | ==Parameters== |
| − | parameters.npoints - a vector of three integers giving the | + | parameters.npoints - a vector of three integers giving the |
number of points in the three temporal | number of points in the three temporal | ||
dimensions, ordered as [t1 t2 t3]. | dimensions, ordered as [t1 t2 t3]. | ||
| − | + | ||
parameters.sweep - a vector of three real numbers giving | parameters.sweep - a vector of three real numbers giving | ||
the sweep widths in the three frequen- | the sweep widths in the three frequen- | ||
cy dimensions, ordered as [f1 f2 f3]. | cy dimensions, ordered as [f1 f2 f3]. | ||
| − | + | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
H - Hamiltonian matrix, received from context function | H - Hamiltonian matrix, received from context function | ||
| − | + | ||
R - relaxation superoperator, received from context function | R - relaxation superoperator, received from context function | ||
| − | + | ||
K - kinetics superoperator, received from context function | K - kinetics superoperator, received from context function | ||
==Outputs== | ==Outputs== | ||
| − | fid - three-dimensional free induction decay | + | fid - three-dimensional free induction decay |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Examples== | ==Examples== | ||
| − | |||
Below is the output (3D spectrum and three projections) of the HN(CA)CO pulse sequence for the GB1 protein (examples/nmr_proteins/hncano_gb1.m). | Below is the output (3D spectrum and three projections) of the HN(CA)CO pulse sequence for the GB1 protein (examples/nmr_proteins/hncano_gb1.m). | ||
| Line 51: | Line 33: | ||
==Notes== | ==Notes== | ||
| − | |||
# The sequence is hard-wired to work on 1H,13C,15N proteins and uses PDB labels to select spins that will be affected by otherwise ideal pulses. | # The sequence is hard-wired to work on 1H,13C,15N proteins and uses PDB labels to select spins that will be affected by otherwise ideal pulses. | ||
# Channels: F1 is 15N, F2 is 13C, F3 is 1H. | # Channels: F1 is 15N, F2 is 13C, F3 is 1H. | ||
| Line 57: | Line 38: | ||
==See also== | ==See also== | ||
| − | + | [[hcanh.m]], [[hcch_cosy.m]], [[hcch_tocsy.m]], [[hnca.m]], [[hnco.m]], [[hncoca.m]], [[noesyhsqc.m]], [[Built-in_experiments]] | |
| − | [[Built-in_experiments | ||
| − | |||
''Version 2.5, authors: [[Matt Walker]], [[Ilya Kuprov]]'' | ''Version 2.5, authors: [[Matt Walker]], [[Ilya Kuprov]]'' | ||
Latest revision as of 19:37, 6 June 2026
Protein-specific HN(CA)CO experiment (Figure 7.41 of "Protein NMR Spectroscopy", 2nd edition) using pre-set values of J-couplings used in the magnetisation transfer stages. The simulation uses the bidirectional propagation method described in (http://dx.doi.org/10.1016/j.jmr.2014.04.002).
Syntax
fid=hncaco(spin_system,parameters,H,R,K)
Parameters
parameters.npoints - a vector of three integers giving the
number of points in the three temporal
dimensions, ordered as [t1 t2 t3].
parameters.sweep - a vector of three real numbers giving
the sweep widths in the three frequen-
cy dimensions, ordered as [f1 f2 f3].
H - Hamiltonian matrix, received from context function
R - relaxation superoperator, received from context function
K - kinetics superoperator, received from context function
Outputs
fid - three-dimensional free induction decay
Examples
Below is the output (3D spectrum and three projections) of the HN(CA)CO pulse sequence for the GB1 protein (examples/nmr_proteins/hncano_gb1.m).
Notes
- The sequence is hard-wired to work on 1H,13C,15N proteins and uses PDB labels to select spins that will be affected by otherwise ideal pulses.
- Channels: F1 is 15N, F2 is 13C, F3 is 1H.
- Spin labels must be set to PDB atom IDs ('CA', 'HA', etc.) in sys.labels for this sequence to work properly
See also
hcanh.m, hcch_cosy.m, hcch_tocsy.m, hnca.m, hnco.m, hncoca.m, noesyhsqc.m, Built-in_experiments
Version 2.5, authors: Matt Walker, Ilya Kuprov
