|
MPI-SCATCI 2.0
An MPI version of SCATCI
|
Diagonalizer result data object. More...
Data Types | |
| type | DiagonalizerResult |
| Output from diagonalization. More... | |
| interface | export_eigenvalues |
| build routine of the hamiltonian More... | |
| interface | handle_eigenvalues |
| Main build routine of the hamiltonian. More... | |
| interface | handle_eigenvector |
| Main build routine of the hamiltonian. More... | |
Functions/Subroutines | |
| subroutine | export_header (this, option, integrals) |
| Save eigenvector information internally. | |
| subroutine | write_header (this, option, integrals) |
| Save eigenvector information to disk. | |
| subroutine | finalize_solutions (this, option) |
| Finalize saving eigenvector information to disk. | |
Diagonalizer result data object.
|
private |
Save eigenvector information internally.
This dummy function is expected to be overridden by derived types that support passing the eigensolution to CDENPROP. This is used in SolutionHandler_module::SolutionHandler after the main diagonalization.
Definition at line 124 of file DiagonalizerResult_module.f90.
|
private |
Finalize saving eigenvector information to disk.
This dummy function is expected to be overridden by derived types that support writing the eigensolution to disk file. This is used in SolutionHandler_module::SolutionHandler after the main diagonalization.
Definition at line 154 of file DiagonalizerResult_module.f90.
|
private |
Save eigenvector information to disk.
This dummy function is expected to be overridden by derived types that support writing the eigensolution to disk file. This is used in SolutionHandler_module::SolutionHandler after the main diagonalization.
Definition at line 139 of file DiagonalizerResult_module.f90.