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
Sys.T1T2 not working for me
-
- EasySpin Guru
- Posts: 154
- Joined: Tue Jul 22, 2014 11:01 am
- Location: Northwestern University
Re: Sys.T1T2 not working for me
It looks like that's a bug, thanks for pointing it out.