with histogram I can calculate DOS. we select some interval and then count states in that interval. But I want to plot graph b/w E vs DOS not using histogram
I have tried to calculate DOS which seem to be incorrect. I used formula DOS=dN/dE, where dE is simply energy difference b/w consecutive eigenvalue, So I simply put 1/dE, So I got 7 values where as originally they were 8. where x-axis is simply energy level. I'm dealing with 1D spin chain. Most...
There is no degeneracy among energy levels. If I have values [-1.5,-1.2,-0.5,-0.2,-0.1,0.5,1.0]. How we can calculate DOS and then plot it with standard prescription? DOS =dN/dE, where dN= N(E2)-N(E1) and dE= E2-E1 i.e, difference in the number of states the difference in the energy b/w states...
I have calculated the energy spectrum of a Quantum model using exact denationalization method using system size L=3 so there are 2^L means (8) energy levels. Now I want to plot DOS for these 8 levels.