Eigenvalues and density of states

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
Niles
Messages
1,834
Reaction score
0
Hi guys

I have an analytical expression f(x) for my density of states, and I have plottet this. Now, I also have a complete list of my Hamiltonians eigenvalues.

When I make a histogram of these eigenvalues, I thought that I should get an exact (non-continuous) copy of my plot of f(x). They have the same form, but they are not to scale, i.e. f(x) has a maximum at ~100, while the histogram has a maximum at ~60.

Is there an error somewhere, or am I wrong to expect that they should be "exact" copies?
 
Physics news on Phys.org
I am not sure whether i am correct!
some scale factor for eigenvaues or for DOS?
Also check with units of y-axis (i often get these errors when i convert meV to cm-1)
or your data is convoluted already?
 
Last edited:
The units are the same (I have checked).

So you believe they should be the same?
 
The units of a numerical histogram depend on the bin size chosen. Are you remembering to divide by the width of the bin?
 
Manchot said:
The units of a numerical histogram depend on the bin size chosen. Are you remembering to divide by the width of the bin?

Isn't a histogram unit-less?
 
Last edited:
Yes, a histogram is unitless. That's why you need to divide by the bin size to get it in units of 1/energy (or 1/energy/volume, if that's what you're dealing with).
 
I see. Thanks - I'll play around with it to see if it works. Thanks.