Page 1 of 1

Field range problem for levelsplot

Posted: Sun Oct 08, 2017 6:36 am
by sapphire
Hello guys, could someone tell me why the magnetic field showed on the picture (stopped at 5000mT) is not consistent with the field range I typed in the code(FieldRange= [0 5e6])? Thank you very much!

The codes are as below:

mySystem = struct('S',1/2,'g',1.067,'D',-2044);
Ori = [0 0];
FieldRange = [0 5e6];
levelsplot(mySystem,Ori,FieldRange)

Re: Field range problem for levelsplot

Posted: Sun Oct 08, 2017 6:58 am
by Stefan Stoll
I cannot reproduce this. Make sure you are using the latest EasySpin version.

Re: Field range problem for levelsplot

Posted: Tue Oct 10, 2017 4:12 am
by sapphire
Thank you Stefan, with the latest version it works now. Thank you very much!