|
MPI-SCATCI 2.0
An MPI version of SCATCI
|
Diagonalizer type using SLEPc backend. More...
Data Types | |
| type | SLEPCDiagonalizer |
Functions/Subroutines | |
| subroutine | UseSLEPCMat (this, matrix_elements, mat_out) |
| subroutine | SelectEPS (this, eps) |
| subroutine | diagonalize_slepc (this, matrix_elements, num_eigenpair, dresult, all_procs, option, integrals) |
Diagonalizer type using SLEPc backend.
This module will be built only if SLEPc is available.
|
private |
Definition at line 104 of file SLEPCDiagonalizer_module.F90.
|
private |
Definition at line 86 of file SLEPCDiagonalizer_module.F90.
| subroutine SLEPCDiagonalizer_module::UseSLEPCMat | ( | class(slepcdiagonalizer) | this, |
| class(slepcmatrix), intent(in) | matrix_elements, | ||
| intent(inout) | mat_out ) |
Definition at line 70 of file SLEPCDiagonalizer_module.F90.