eeFrame and Sys.J/Sys.dip

General forum for EasySpin: questions, how to's, etc.
Post Reply
djrbrook
Newbie
Posts: 3
Joined: Fri Aug 11, 2017 11:11 am

eeFrame and Sys.J/Sys.dip

Post by djrbrook »

If I model anisotropic exchange using Sys.J and Sys.dip is there a 'frame' associated with Sys.dip analogous to eeFrame?
Or should I just use Sys.ee and Sys.eeFrame?

Stefan Stoll
EasySpin Creator
Posts: 1059
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: eeFrame and Sys.J/Sys.dip

Post by Stefan Stoll »

Use Sys.eeFrame. Demonstration:

Code: Select all

clear, clc
Sys.S = [1/2 1/2];
Sys.dip = 10;

Sys.eeFrame = [0 0 0];
ham_ee(Sys)
Sys.eeFrame = [0 pi/4 0];
ham_ee(Sys)
Post Reply