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)
Field range problem for levelsplot
Field range problem for levelsplot
- Attachments
-
- fieldrange.jpg (18.49 KiB) Viewed 1523 times
-
- EasySpin Creator
- Posts: 1120
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: Field range problem for levelsplot
I cannot reproduce this. Make sure you are using the latest EasySpin version.
Re: Field range problem for levelsplot
Thank you Stefan, with the latest version it works now. Thank you very much!