Page 1 of 1

eeFrame and Sys.J/Sys.dip

Posted: Sun Apr 28, 2024 8:11 pm
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?


Re: eeFrame and Sys.J/Sys.dip

Posted: Thu May 02, 2024 10:47 pm
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)