INEPT block

DESCRIPTION
The INEPT block has been widely used to design multidimensional NMR methodologies. It permits to obtain sensitivity improvements by polarization transfer from the high-sensitive 1H nuclei to low-sensitive X nuclei as 13C and 15N. In addition, it usually permits to use a faster pulse sequence repetition. Some enhancement factors for NOE and INEPT schemes with X{1H} pairs of nuclei:
REQUIREMENTS
Easy implementation on AVANCE spectrometers.
EXPERIMENTAL DETAILS
The evolution delay must be optimized to 1/2*1JXH. For further details about implementation of 1D INEPT and 1D DEPT experiments in AVANCE spectrometers see, for instance:
SYNTAX
The standard way to implement the basic INEPT block in a pulse program should be:
...
(p3 ph1):f2
d4
(p4 ph2):f2 (p2 ph4)
d4
(p3 ph3):f2 (p1 ph5)
...
in which:
  • p1 and p2 are the 90º and 180º X pulse (in microseconds) applied at a power level pl1 from the f1 channel
  • p3 and p4 are the 90º and 180º 1H pulse (in microseconds) applied at a power level pl2 from the f2 channel
  • d4 must be optimized to 1/4*1JXH
  • All phases are specified at the end of pulse program.
  • Analog blocks using several different commands can be used in inverse detected experiments in which the 1H and X channels are exchanged. Thus, for 1H-13C inverse detected experiments we have (see hsqcph):
    ...
    (p1 ph1)
    d4
    (p2 ph2) (p4 ph4):f2
    d4
    (p1 ph3) (p3 ph5):f2
    ...
    and for 1H-15N inverse-detected using the f3 channel we have:

    ...
    (p1 ph1)
    d26
    (p2 ph2) (p22 ph4):f3
    d26
    (p1 ph3) (p21 ph5):f3
    ...
    RELATED TOPICS
    The INEPT block is used as a preparation period of many NMR experiments as, for instance, the 2D HSQC experiment which is the basis of many 3D and 4D triple-resonance experiments specifically designed for labeled biomolecules. See some examples:
    .write(copyrigth);