Search the web
Sign In
New User? Sign Up
simpson-simmol · The SIMPSON - SIMMOL Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
The simulation results change so much when I change the gamma_angles   Message List  
Reply | Forward Message #820 of 892 |
I want to simulate the 2nd order quadrupolar effect. I found out that
when I only use 1st order quadrupolar interaction, the results keep
more or less constant when I change the gamma angles. However, when I
use 2nd order quadrupolar interaction, the results change much when I
change the gamma angles, such as change from 31 to 32.

I don't know why. Could anybody tell me the reasons.



spinsys {
channels 23Na
nuclei 23Na
quadrupole 1 2 1.2e6 0.6 0 0 0
}

par {
spin_rate 8000
variable tsw 0.25
sw 1.0e6/tsw
np 20
crystal_file rep30
gamma_angles 31
start_operator I1z
detect_operator I1p
proton_frequency 400e6
variable rf 80000
variable srf 10000
verbose 1101
use_cluster 1
}

proc pulseq {} {
set DEBUG 0
global par

maxdt 0.5
#matrix set detect elements { {2 1} {4 3} }
matrix set 111 totalcoherence {1 -1}
matrix set 112 totalcoherence {2 -2}
matrix set 113 totalcoherence {0}

set h1 1
set s180 [expr 1.0e6/($par(srf)*2.0)/2.0]
set s90 [expr $s180/2.0]

if {$DEBUG>0} {
puts "s180=$s180"
puts "s90=$s90"
}

reset
for {set i 1} {$i < $par(np)} {incr i 1} {
set h2 [expr $i*$par(tsw)]
reset
pulse $h1 $par(rf) 0
filter 111

delay [expr 1.0e6/$par(spin_rate)-$h1/2.0-$s180/2.0]
pulse $s180 $par(srf) 0
filter 112

delay [expr 1.0e6/$par(spin_rate)-$s180/2.0-$h2/2.0]
pulse $h2 $par(rf) 0
filter 113

delay [expr 1.0e6/$par(spin_rate)-$h2/2.0-$s90/2.0]
pulse $s90 $par(srf) 0
acq
}
}

proc main {} {
global par

fsave [fsimpson] $par(name).fid
}






Wed Oct 8, 2008 12:39 pm

bw.hu
Offline Offline
Send Email Send Email

Forward
Message #820 of 892 |
Expand Messages Author Sort by Date

I want to simulate the 2nd order quadrupolar effect. I found out that when I only use 1st order quadrupolar interaction, the results keep more or less...
bw.hu
Offline Send Email
Oct 8, 2008
12:39 pm

As a rule of thumb you should use the same number of gamma angles as the number of spinning sidebands, you observe in the spectrum. And when you simulate the...
Thomas Vosegaard
vosegaard
Offline Send Email
Oct 8, 2008
12:54 pm

just to add to the discussion i  tried to simulate a deuterium spectrum under the n=0 R2 condition for dipolar coupled deuterons in a CD3 group. simulation...
vipin agarwal
vip011
Offline Send Email
Oct 8, 2008
3:24 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help