save_eigenspectrum_cdp Module Procedure

module procedure save_eigenspectrum_cdp private module subroutine save_eigenspectrum_cdp(lambda, residuals, fname)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: lambda(:)

Eigenalues.

real(kind=dp), intent(in) :: residuals(:)

Residual of the corresponding Ritz eigenpairs.

character(len=*), intent(in) :: fname

Name of the output file.