# spam_p2_-3Q0Qxx-x.in # spin-5/2 antiecho amplitude optimization with the second-pulse duration, # three pulse sequence with X, X, -X phases, # coherence pathway 0Q -> -3Q -> 0Q -> -1Q # author: R. HAJJAR spinsys { channels 27Al nuclei 27Al quadrupole 1 2 5e6 1 0 0 0 } par { spin_rate 5000 variable tsw 0.25 sw 1.0e6/tsw np 17 crystal_file rep100 gamma_angles 10 proton_frequency 800e6 start_operator I1z verbose 1101 variable rf 90000 variable rf3 9300 variable p1 4 variable p3 9 } proc pulseq {} { global par maxdt $par(tsw) #----- p = -3 ----- matrix set 1 elements {{5 2}} #----- 0Q coherences ----- matrix set 2 coherence {0} #----- -1Q coherence of the central-line ----- matrix set detect elements {{3 4}} pulse $par(p1) $par(rf) x store 10 reset acq for {set i 1} {$i < $par(np)} {incr i} { reset prop 10 filter 1 pulse [expr ($i)*$par(tsw)] $par(rf) x filter 2 pulse $par(p3) $par(rf3) -x acq -y } } proc main {} { global par fsave [fsimpson] $par(name).fid puts "Larmor frequency (Hz) of 27Al: " puts [resfreq 27Al $par(proton_frequency)] }