MPI-SCATCI  2.0
An MPI version of SCATCI
diagonalizerresult_module::export_eigenvalues Interface Reference

build routine of the hamiltonian More...

Private Member Functions

subroutine export_eigenvalues (this, eigenvalues, diagonals, num_eigenpairs, vec_dimen, ei, iphz)
 

Detailed Description

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 103 of file DiagonalizerResult_module.f90.

Constructor & Destructor Documentation

◆ export_eigenvalues()

subroutine diagonalizerresult_module::export_eigenvalues::export_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,
real(wp), dimension(:), allocatable  ei,
integer, dimension(:), allocatable  iphz 
)
private

Definition at line 103 of file DiagonalizerResult_module.f90.


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