Page 1 of 1

Calculate energy spectrum

Posted: Wed Mar 22, 2017 2:16 am
by ep-silon
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!

Re: Calculate energy spectrum

Posted: Wed Mar 22, 2017 8:40 am
by joscha_nehrkorn

Code: Select all

eig(sham(Sys,[0,0,0]))
gives you the eigenvalues of the Hamiltonian of the system Sys in zero field.

Re: Calculate energy spectrum

Posted: Thu Mar 23, 2017 6:26 am
by ep-silon
Thanks a lot! It worked.