Hello,
I want to calculate the energy spectrum in zero applied field. I know about "levels" function, but it allows only to calculate the energy levels evolution in an applied field. Is it there anyway how can I do it in absence of any field? In other words I just want EasySpin to give me the eigenvalues of my Hamiltonian.
Many thanks in advance!
Calculate energy spectrum
-
- EasySpin Guru
- Posts: 32
- Joined: Wed Jan 20, 2016 11:35 am
Re: Calculate energy spectrum
Code: Select all
eig(sham(Sys,[0,0,0]))
Re: Calculate energy spectrum
Thanks a lot! It worked.