Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to simulate the transverse magneto-optical Kerr effect with S4 #87

Open
samehole opened this issue Aug 23, 2019 · 2 comments
Open

Comments

@samehole
Copy link

TMOKE, The form of the dielectric tensor is[ε0 , 0 , -iε1; 0 , ε0 , 0 ; iε1 , 0 , ε0],But the reflectivity I get is the same as the dielectric tensor is [ε0 , 0 , 0; 0 , ε0 , 0 ; 0 , 0 , ε0]. Only when the dielectric tensor is [ε0 , -iε1 , 0; iε1 , ε0 , 0 ; 0 , 0 , ε0],reflectivity will change. Is S4 only able to calculate PMOKE?

@Chronum94
Copy link

https://web.stanford.edu/group/fan/S4/lua_api.html If you look at the AddMaterial documentation here, I believe the off-diagonal elements are ignored and assumed to be zero.

@wslym35
Copy link

wslym35 commented Oct 14, 2024

Sorry to bring this up again after 5 years, but I'm experiencing a similar issue with an anisotropic dielectric tensor. If S4 ignores the off-diagonal elements, then
[ε0 , -iε1 , 0;
iε1 , ε0 , 0 ;
0 , 0 , ε0]
shouldn't produce a different result than
[ε0 , 0 , 0;
0 , ε0 , 0 ;
0 , 0 , ε0]
yet according to OP it does. Something fishy is happening with the way the dielectric tensor is treated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants