Wrong answer from LAPACKE_chbevd

I am using LAPACKE_chbevd to calculate the eigenvalues and eigenvectors of a matrix, but the results are incorrect.

From LAPACKE_chbevd:
-11919.6, -8524.17, -6111.67, -2497.23, 2114.36, 3121.9, 9681.48, 14156.4

The correct eigenvalues should be approximately:

-0.0141504, -0.00595834, -0.0012536, 0.000805093, 0.00987138, 204.135, 7947.25, and 24044.7.

Could you help me verify this? Thank you.

0