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...
Show off your group to the world. Share a photo of your group with us.

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
Messages 624 - 674 of 886   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
624
Hi! Thank you for making such a powerful tool! I want to make just a MAS NMR spectrum. But I couldnt do it. Output spectrum is not absorption spectrum... This...
kvkaa
Offline Send Email
Dec 12, 2006
11:50 am
625
I select I1c to start, and also use I1c to detect, however, I can't get any signal? spinsys { #HMQC: receiver 27Al channels 27Al nuclei 27Al shift 1 0 0 0 0 0...
bw.hu
Offline Send Email
Dec 20, 2006
8:25 pm
626
You need to start on an axis. For your sequence try I1x and it should work. Andy Andrew S. Lipton Macromolecular Structure & Dynamics Environmental Molecular...
Andrew Lipton
aslipton
Offline Send Email
Dec 20, 2006
8:42 pm
627
My another question is that I want to do a halfecho experiment in quadrupolar system, thus I want to use soft pulse to select center transition. That means I...
bw.hu
Offline Send Email
Dec 22, 2006
3:25 pm
628
Are there any answer? Or are there any mistakes in my question? I want to make MAS NMR spectrum. But I couldnt get such a spectrum as absorption shape. How can...
kvkaa
Offline Send Email
Jan 5, 2007
7:38 am
629
In your simulation you make a 90 degree pulse between every sampling point. I believe you want to make a 90 degree pulse prior to sampling. Thomas _____ From:...
Thomas Vosegaard
vosegaard
Offline Send Email
Jan 5, 2007
9:47 am
630
Hi I have trouble with the new mandriva 2007. The already compiled (simpson-1.1.0-i686-pc-linux-gnu.tar.gz) as well as the home compiled ...
jtrebosc
Offline
Jan 9, 2007
1:21 pm
631
--Thank you for your replying! How is this input file? Collect or not? I couldnt get proper result. spinsys { channels 23Na nuclei 23Na quadrupole 1 2 40000...
kvkaa
Offline Send Email
Jan 10, 2007
10:39 am
633
Hi, collegues, I am a new guy in this group. I like simpson simulation very much! it is very powerful! I made the static DFS file for 23Na. the result looks...
aosan_79
Offline Send Email
Jan 26, 2007
7:20 pm
637
Are there any answer? I made another script for calculating MAS NMR Please help me. spinsys { channels 23Na nuclei 23Na quadrupole 1 2 9000000 1 30 30 30 } ...
kvkaa
Offline Send Email
Jan 30, 2007
12:08 pm
638
Could you be more specific about what kind of problems you are experiencing. Your input file seems correct although there are several things that will cause...
Thomas Vosegaard
vosegaard
Offline Send Email
Jan 30, 2007
12:33 pm
640
Thank you for your replying! Im just a begginer user. So I want to learn how to use simpson. But I couldnt found example for MAS NMR (simplest?). I want to...
kvkaa
Offline Send Email
Jan 31, 2007
2:03 am
641
I have one more question. If I change gcompute as direct (defaut), there is no spectral data. What is happening? Thanks AA ... sampling...
kvkaa
Offline Send Email
Jan 31, 2007
2:45 am
642
With the direct method you need to specify how to acquire data points - this is implicit in gcompute, so in the direct method you need to make a loop over the ...
Thomas Vosegaard
vosegaard
Offline Send Email
Jan 31, 2007
5:24 am
646
Hello, sorry by a begginer question, but I'm going to linux nowadays and my fyrst target is use SIMPSON in this sistem. So, some one have SIMPSON on fedora...
fabio_a_b
Offline Send Email
Feb 9, 2007
2:29 pm
649
Hello, Would like to know if it's possible to minimize parameters through Simpson/Minuit, using more than one spectrum. For example: If I have three spectrums...
fabio_a_b
Offline Send Email
Feb 13, 2007
8:54 am
659
Is possible load three spectrums (recorded with diffrenet spinning) for minimize 6 parameters using simpson/minuit at once time ??? Thanks all Fábio...
fabio_a_b
Offline Send Email
Feb 19, 2007
2:19 pm
660
Hi Fabio Yes, it is definitely possible. You can make a minuit procedure with the following structure proc minuit {} { global mn par set rms 0.0 for {set i 1}...
Thomas Vosegaard
vosegaard
Offline Send Email
Feb 19, 2007
2:51 pm
661
Istalling Simpson in Linux.... after ./configure I receive Cannot find GTK: Is gtk-config in path? What i have to do? Sorry by this stupid question, but I...
fabio_a_b
Offline Send Email
Feb 19, 2007
3:12 pm
662
Thanks master! FAB...
fabio_a_b
Offline Send Email
Feb 19, 2007
3:13 pm
663
Try ./configure --without-simplot if you don't need simplot. Seth...
sethw2ls
Offline
Feb 19, 2007
3:37 pm
664
Thanks, but I like to use simplot.... FAB...
fabio_a_b
Offline Send Email
Feb 19, 2007
4:48 pm
665
Ok Tomas, but, how I will discriminate each frequncy the of rotation of each espectra? Thanks again... FAB...
fabio_a_b
Offline Send Email
Feb 19, 2007
5:22 pm
666
I will put an "if" after for {set i 1} {$i <= 3} {incr i} {.... Thanks...
fabio_a_b
Offline Send Email
Feb 19, 2007
5:59 pm
667
you need to find the gtk+1.2 development packages -they are probably no longer supplied with fedora, so try looking at rpmfind.net. Otherwise, try to download ...
Thomas Vosegaard
vosegaard
Offline Send Email
Feb 19, 2007
7:42 pm
668
Thanks Thomas by the hints... Other question about Minuit. I have followed your script to to minimize perameters using two espectrums. Below is my code. I...
fabio_a_b
Offline Send Email
Feb 21, 2007
1:52 pm
669
Fabio, I'm not sure why your loop isn't working, but I do see a problem you will have. When I use multiple lineshapes fit simultaneously (using simplex) I have...
Andrew Lipton
aslipton
Offline Send Email
Feb 21, 2007
7:01 pm
670
If you want to change the spin rate in the minuit procedure you can easily do so, but you need to do it like proc minuit {} { ... set par(spin_rate) 500 set...
Thomas Vosegaard
vosegaard
Offline Send Email
Feb 21, 2007
7:27 pm
673
Thanks Thomas and Andy, the code below seems to work. I change to direct method. FAB spinsys { nuclei 1H channels 1H shift 1 5p 13p 0.25 0 0 0 } par { ...
fabio_a_b
Offline Send Email
Feb 26, 2007
11:08 am
674
Hi everyone, Is it possible to switch the angle between the rotor and the laboratory frame during an experiment? I tried to switch the angle value with the...
hetcor2
Offline Send Email
Feb 26, 2007
6:13 pm
Messages 624 - 674 of 886   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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