Modified AU shearing program xfshear for SPAM echo/antiecho MQMAS.
Contributors: R. Hajjar and Y. Millot

Home and Applets > Pulse Program > XwinNMR 3.5 > Modified AU Xfshear

Modified AU program xfshear

The three-pulse z-filter MQMAS pulse sequence generates echo and antiecho, which have the same amplitude with the same sign. In contrast, the SPAM echo/antiecho pulse program generates echo amplitude and antiecho amplitude with opposite signs. Furthermore, the first sequence involves States acquisition procedure whereas the second sequence involves the echo/antiecho procedure. As a result, the shearing AU program should be modified accordingly.

Colored bold words in the following text are the modified part of the AU program xfshear, v 1.9.2.1 2001/09/27 for Bruker spectrometer.



if (mq > -nspin) { /* Coherence order p greater than -2I */

   /* combine sx and isy to create ...
      ================================ */
   for (loopcount4=0; loopcount4<xdim2; loopcount4++)
   {
    /* echo */
    temp2rrB[loopcount4]=-temp2rr2[loopcount4];
    temp2irB[loopcount4]=-temp2ir2[loopcount4];

    /* and antiecho */
    temp2rrB2[loopcount4]=-temp2ir[loopcount4];
    temp2irB2[loopcount4]=-temp2rr[loopcount4];}
}
else { /* Coherence order p = -2I */

   /* combine sx and isy to create ...
      ================================ */
   for (loopcount4=0; loopcount4<xdim2; loopcount4++)
   {
    /* echo */
    temp2rrB[loopcount4]=-temp2ir[loopcount4];
    temp2irB[loopcount4]=-temp2rr[loopcount4];

    /* and antiecho */
    temp2rrB2[loopcount4]=temp2rr2[loopcount4];
    temp2irB2[loopcount4]=temp2ir2[loopcount4];}
}

/* perform shearing transformation
   =============================== */
  

Coherence order p > -2*I

Before executing the modified AU program xfshear, the first spectrum from the SER file should be phased like a positive amplitude absorption spectrum.

Coherence order p = -2*I

Before executing the modified AU program xfshear, the first spectrum from the SER file should be phased like a negative amplitude absorption spectrum.

Solid-state NMR bibliography for:

Aluminum-27
Antimony-121/123
Arsenic-75
Barium-135/137
Beryllium-9
Bismuth-209
Boron-11
Bromine-79/81
Calcium-43
Cesium-133
Chlorine-35/37
Chromium-53
Cobalt-59
Copper-63/65
Deuterium-2
Gallium-69/71
Germanium-73
Gold-197
Hafnium-177/179
Indium-113/115
Iodine-127
Iridium-191/193
Krypton-83
Lanthanum-139
Lithium-7
Magnesium-25
Manganese-55
Mercury-201
Molybdenum-95/97
Neon-21
Nickel-61
Niobium-93
Nitrogen-14
Osmium-189
Oxygen-17
Palladium-105
Potassium-39/41
Rhenium-185/187
Rubidium-85/87
Ruthenium-99/101
Scandium-45
Sodium-23
Strontium-87
Sulfur-33
Tantalum-181
Titanium-47/49
Vanadium-51
Xenon-131
Zinc-67
Zirconium-91
[Contact me] - Last updated February 24, 2020
Copyright © 2002-2024 pascal-man.com. All rights reserved.