Field range problem for levelsplot
Posted: Sun Oct 08, 2017 6:36 am
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)
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)