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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
STMAS with 2nd order quadrupolar interaction   Message List  
Reply | Forward Message #815 of 892 |
Dear all,

I'm trying to simulate stmas experiments with simpson 1.1.2 (linux) but
I run into synchronisation problems.
I tracked the problem down to the use of 2nd order quadrupalor interaction.

When using 1st order, I can simulate stmas and reproduce roughly
experimental efficiency Vs pulse length.

To understand better I simulated a one pulse experiment (23Na with
Cq=2MHz, MAS=10kHz, pulse 2us, 40kHz, 1H larmor frequency 400MHz). I
record satellite coherences only (matrix set detect elements {{1 2} { 3
4 } }) and try to track the position of the first rotational echo one
rotor period after the pulse.
Using 1st order only I can observe the echo centered at 99us after the
pulse that is exactely one rotor period after the center of the pulse.
Using 2st order the echo is centered at 101us after the pulse meaning it
is shifted by the pulse length.

This is definitely an error in 2nd order hamiltonian handling. I raised
1H larmor frequency to 400GHz to make 2nd order interaction negligeable
but I still observe the center shifted by 2us.


Julien TREBOSC

testing simpson input file :

spinsys {
channels 23Na
nuclei 23Na
shift 1 0 0 0 0 0 0
quadrupole 1 2 2e6 0.0 0 0 0
}

par {
method direct
np 100
crystal_file zcw986
start_operator I1z
proton_frequency 400e9
detect_operator I1p
variable dw 0.2
spin_rate 10000
sw 1e6/dw
verbose 1001
use_cluster 0
}

proc pulseq {} {
global par
maxdt 0.1
set dw $par(dw)

matrix set detect elements {{1 2} { 3 4 } }

reset
pulse 2.0 20000 0
delay 90
for {set i 0} {$i<$par(np)} {incr i} {
acq 90
delay $dw
}
}

proc main {} {
global par

foreach par(Order) {1 2 } {
set f [fsimpson {{quadrupole_1_order $par(Order)}}]
fsave $f $par(name)$par(Order).fid
funload $f
}
}




Wed Sep 10, 2008 1:23 pm

jtrebosc
Offline Offline
Send Email Send Email

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

Dear all, I'm trying to simulate stmas experiments with simpson 1.1.2 (linux) but I run into synchronisation problems. I tracked the problem down to the use of...
Julien TREBOSC
jtrebosc
Offline Send Email
Sep 10, 2008
1:31 pm
Advanced

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