eigenH_type Derived Type

type, public :: eigenH_type

Contains the eigenvectors and eigenvalues of a hamiltonian


Components

Type Visibility Attributes Name Initial
real(kind=dp), public, allocatable :: eigvals(:)
complex(kind=dp), public, allocatable :: eigvecs(:,:)