Field range problem for levelsplot

General forum for EasySpin: questions, how to's, etc.
Post Reply
sapphire
User
Posts: 12
Joined: Fri Apr 14, 2017 6:52 pm

Field range problem for levelsplot

Post 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)
Attachments
fieldrange.jpg
fieldrange.jpg (18.49 KiB) Viewed 1076 times
Stefan Stoll
EasySpin Creator
Posts: 1041
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Field range problem for levelsplot

Post by Stefan Stoll »

I cannot reproduce this. Make sure you are using the latest EasySpin version.
sapphire
User
Posts: 12
Joined: Fri Apr 14, 2017 6:52 pm

Re: Field range problem for levelsplot

Post by sapphire »

Thank you Stefan, with the latest version it works now. Thank you very much!
Post Reply