ROTEX
Source Files
Modules
Procedures
Derived Types
Program
eigenH_type
Derived Type
MIT
4 statements
Source File
rotex__types.f
rotex__types
eigenH_type
Contents
Variables
eigvals
eigvecs
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
(:,:)