MPI-SCATCI 2.0
An MPI version of SCATCI
Loading...
Searching...
No Matches
DiagonalizerResult_module::handle_eigenvalues Interface Reference

Main build routine of the hamiltonian. More...

Public Member Functions

subroutine handle_eigenvalues (this, eigenvalues, diagonals, num_eigenpairs, vec_dimen)

Detailed Description

Main build routine of the hamiltonian.

Authors
A Al-Refaie
Date
2017

All build must be done within this routine in order to be used by MPI-SCATCI.

Parameters
[out]matrix_elementsResulting matrix elements from the build.

Definition at line 71 of file DiagonalizerResult_module.f90.

Constructor & Destructor Documentation

◆ handle_eigenvalues()

subroutine DiagonalizerResult_module::handle_eigenvalues::handle_eigenvalues ( class(diagonalizerresult) this,
real(wp), dimension(num_eigenpairs), intent(in) eigenvalues,
real(wp), dimension(vec_dimen), intent(in) diagonals,
integer, intent(in) num_eigenpairs,
integer, intent(in) vec_dimen )
virtual

Definition at line 71 of file DiagonalizerResult_module.f90.


The documentation for this interface was generated from the following file: