MPI-SCATCI
2.0
An MPI version of SCATCI
|
Main build routine of the hamiltonian. More...
Public Member Functions | |
subroutine | generic_build (this, matrix_elements) |
Main build routine of the hamiltonian.
All build must be done within this routine in order to be used by MPI-SCATCI.
[out] | matrix_elements | Resulting matrix elements from the build. |
Definition at line 101 of file Hamiltonian_module.f90.
subroutine hamiltonian_module::generic_build::generic_build | ( | class(basehamiltonian) | this, |
class(basematrix), intent(inout) | matrix_elements | ||
) |
Definition at line 101 of file Hamiltonian_module.f90.