netket.exact

Contents

netket.exact#

This module contains some exact methods.

Methods#

full_ed

Computes all eigenvalues and, optionally, eigenvectors of a Hermitian operator by full diagonalization.

lanczos_ed

Computes first_n smallest eigenvalues and, optionally, eigenvectors of a Hermitian operator using scipy.sparse.linalg.eigsh().

steady_state

Computes the numerically exact steady-state of a lindblad master equation.