Sys.T1T2 not working for me

A place to report and discuss potential bugs
Post Reply
AlexTaguchi
User
Posts: 10
Joined: Tue Jan 06, 2015 9:59 pm

Sys.T1T2 not working for me

Post 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
Matt Krzyaniak
EasySpin Guru
Posts: 153
Joined: Tue Jul 22, 2014 11:01 am
Location: Northwestern University

Re: Sys.T1T2 not working for me

Post by Matt Krzyaniak »

It looks like that's a bug, thanks for pointing it out.
Post Reply