quant_met.mean_field.hamiltonians.BaseHamiltonian.

diagonalize_nonint#

BaseHamiltonian.diagonalize_nonint(k)#

Diagonalizes the normal state Hamiltonian.

This method computes the eigenvalues and eigenvectors of the normal state Hamiltonian for the given k points. It is essential for analyzing the electronic properties and band structure of materials.

Parameters:
knumpy.ndarray

List of k points in reciprocal space.

Returns:
tuple

the eigenvalues.