Page 1 of 1

Sys.T1T2 not working for me

Posted: Mon Jul 13, 2015 3:18 am
by AlexTaguchi
Hi,

When I do HYSCORE simulations, Sys.T1T2 doesn't seem to affect the spectrum at all. For example:

Sys.Nucs = '14N';
Sys.A_ = [0.8 0.5];
Sys.Q = [-1 -1 2]*0.1;
Sys.T1T2 = [10 1];

Exp.Sequence = 'HYSCORE';
Exp.Field = 330;
Exp.tau = 0.080;
Exp.dt = 0.120;
Exp.nPoints = 256;

saffron(Sys,Exp);

If I change Sys.T1T2 to [100 1], for example, nothing seems to happen. We're supposed to use Sys.T1T2 instead of Exp.T1T2 now, right?

Thanks,
Alex

Re: Sys.T1T2 not working for me

Posted: Mon Jul 13, 2015 6:40 am
by Matt Krzyaniak
It looks like that's a bug, thanks for pointing it out.