SPC51d: 1D double quantum excitation 180°-phase shift supercycled POST-C5 pulse program for TopSpin2.1
Since non-phase cycling is applied to the SPC5 excitation pulse, four-phase cycling is applied to the detection pulse P1 for selecting the 0Q -> -1Q coherence order jump, and four-phase cycling is applied to the SPC5 reconversion pulse for filtering DQ coherences.
;spc51d (TopSpin 2.0) ;1D SQ-DQ correlation experiment with SPC5 sequence ;for the original C7 sequence see: Lee et al. Chem Phys Lett 242, 304-309, 1995 ;see Hohwy, Rienstra, Jaroniec and Griffin, JCP 110, 7983, 1999 ;Avance II+ version ;parameters: ;d1 : recycle delay ;p1 : f1 presaturation pulses and detection pulse at pl1 ;pl2 : =120dB, not used ;pl11 : for SPC5 recoupling sequence B1=5*cnst31 in Hz ;cnst31: spinning speed ;l0 : number of composite SPC5 cycles in excitation multiple of 5 ;l1 : number of composite SPC5 cycles in reconversion multiple of 5 ;l20 : # of pulses in saturation pulse train ;ns : 16*n ;$COMMENT=DQ excitation sequence SPC5 ;$CLASS=Solids ;$DIM=1D ;$TYPE=direct excitation ;$SUBTYPE=homonuclear correlation ;$OWNER=Bruker define pulse pul360 "pul360=(1s/cnst31)/5" ;360° pulse define pulse pul90 "pul90=(0.25s/cnst31)/5" ; 90° pulse define pulse pul270 "pul270=(0.75s/cnst31)/5" ;270° pulse "d31=(1s/cnst31)" ;cnst11 : to adjust t=0 for acquisition, if digmod = baseopt "acqt0=1u*cnst11" #include <rot_prot.incl> ;protect for too slow rotation ze ;acquire into a cleared memory 1 d31 #ifdef presat ;set with -Dpresat pres, d20 ;delay between saturation pulses (p1 pl1 ph1):f1 ;saturation loop if required lo to pres times l20 #endif /* presat */ 2 d1 ;recycle delay 1m rpp11 ;reset the phase ph11 pointer to the first element 1m rpp12 ;reset the phase ph12 pointer to the first element 1m rpp13 ;reset the phase ph13 pointer to the first element 1m rpp14 ;reset the phase ph14 pointer to the first element 10u reset:f1 1u pl11:f1 ;switch to SPC5 RF condition 3 pul90 ph11 ipp13 ipp14 ;SPC5 DQ excitation ;increment reconversion phase ph13 and ph14 pointers pul360 ph12 ipp12 ;increment phase ph12 pointer pul270 ph11 ipp11 ;increment phase ph11 pointer lo to 3 times l0 ;l0 = multiple of 5 5 pul90 ph13 ;SPC5 DQ reconversion pul360 ph14 ipp14 ;increment phase ph14 pointer pul270 ph13 ipp13 ;increment phase ph13 pointer lo to 5 times l1 ;l1 = multiple of 5 (p1 pl1 ph5):f1 ;detection pulse 2u gosc ph31 ;gosc does not loop to 1 ;start ADC with ph31 signal routing ;DQ filtering (four phase cycling): 1m ip13*16384 ;increments all phases of ph13 by 90° 1m ip14*16384 ;increments all phases of ph14 by 90° lo to 1 times ns ;next scan 100m wr #0 ;save data on disk HaltAcqu, 1m exit ph1= 0 ;for saturation pulse ph11= (65536) 0 13107 26214 39322 52429 32768 45875 58982 6554 19661 ph12= (65536) 32768 45875 58982 6554 19661 0 13107 26214 39322 52429 ph13= (65536) 16384 29491 42598 55706 3277 49152 62259 9830 22937 36044 ph14= (65536) 49152 62259 9830 22937 36044 16384 29491 42598 55706 3277 ph5= 0 0 0 0 2 2 2 2 1 1 1 1 3 3 3 3 ph31 = 0 2 0 2 2 0 2 0 1 3 1 3 3 1 3 1 ;ph31 = ph5 + 2*ph13
Definition of SPC5 excitation pulse.