Below are several examples of performing static simulations (things
where the spinning speed it set to 0). You could easily make these into
spinning by setting the wr!=0.
| Basic |
Here is the generated spectrum
|
Basic 2D using multi sections |
Here is the generated spectra
|
a series of 1Ds (a 2D data set) |
- An example demonstrating how to use 'alterSys' to collect various
fids for different dipolar couplings on the system
spins{
numspin 2
T 1H 0
T 1H 1
C 5000 2134 0 0
C -5000 2789 0.5 1
D 1254 0 1
}
parameters{
powder1{
aveType ../../../../crystals/rep678
thetaStep 233
phiStep 144
gammaStep 0
}
maxtstep=1e-6
npts1D=256
sw=50000
roeq=Ix
}
pulses{
fidpts=128
2D()
wr=0
rotor=0
dipStep=100
dip=100
detect(Ip)
loop(i=0:fidpts-1)
ro(Ix)
alterSys(D01,
dip)
dip=dip+dipStep
fid(i)
end
savefidmatlab(2dalter)
}
Here are the generated spectra
|
a 1D decoupling experiment over the the dcoupling
amplitude |
- An example demonstrating how to use the fid(i) to collect a
1D fid that demonstrates CW-decoupling between a 1H and 13C. Below
are a series of 1D point-to-point experiments that loop through
a series of dceoupling amplitudes.
spins{
numspin 2
T 1H 0
T 13C 1
C 5000 2134 0.8 0
C 5000 2789 0 1
D 8300 0 1
}
parameters{
powder1{
aveType zcw
thetaStep 377
phiStep 233
gammaStep 0
}
npts1D=256
}
pulses{
ptop()
2D()
dcpts=50
wr=0
rotor=0
detect(Ip_1)
dcamp=0
dcstep=150000/dcpts
dwell=1/50000
sub1{
1H:pulse(dwell,
0, dcamp) | 13C:delay(dwell)
}
loop(i=0:dcpts-1)
ro(Ix_1+Iz_0)
use(sub1)
fid(i)
dcamp=dcamp+dcstep
end
savefidmatlab(decoup)
}
Here are the generated spectra
|
|