- Becuase quadrupoles have very large coupling and are > spin
1/2, they represent a different type of NMR system. There is both
a first order effect and a second order effect. The second order
comes around becuase the couplings are so large (comperable to
the magnetic field). The central transistion for quadrupoles is
devoid of any anisontropy due to the first order, however, it
is still effected by the second order. Below is the basic input
file for the below figures. Simply changing the detection and
initial density matrices will produce the below spectra. The second
order effect is field dependant, and a loop over the Bfield variable
will produce the 2D plot below as well.
spins{
numspin 1
T 23Na 0
Q 3e6 0 0
}
parameters{
powder{
aveType
zcw
thetaStep 377
phiStep 233
}
maxtstep=1e-6
npts1D=512
sw=1000000
Bfield=400e6
}
pulses{
2D()
BFpts=20
BFstart=100e6
BFend=700e6
BFsteps=(BFend-BFstart)/BFpts
wr=0
rotor=rad2deg*acos(1/sqrt(3))
detect(Ip*Ip*Ip)
loop(i=0:BFpts-1)
Bfield=BFstart
ro(Im*Im*Im)
fid(i)
BFstart=BFstart+BFsteps
end
savefidmatlab(bofields)
}
Here is the generated spectra, simply changeing the detection,
ro, and the spinning speeds from the above input file.
|