MPI-SCATCI 2.0
An MPI version of SCATCI
Loading...
Searching...
No Matches
WriterMatrix_module.f90 File Reference

Go to the source code of this file.

Data Types

type  WriterMatrix_module::WriterMatrix
 Matrix associated with a disk drive. More...

Modules

module  WriterMatrix_module
 Write matrix module.

Functions/Subroutines

integer function WriterMatrix_module::get_matrix_unit (this)
 Return Hamiltonian disk file unit.
subroutine WriterMatrix_module::set_options_writer (this, option_val)
 Initialize the matrix cache using the Options object.
subroutine WriterMatrix_module::get_matelem_Writer (this, idx, i, j, coeff)
 Not implemented.
subroutine WriterMatrix_module::write_cache_to_unit (this)
 Write matrix chunk to file.
logical function WriterMatrix_module::insert_into_write_cache (this, row, column, coefficient)
 Insert matrix element.
subroutine WriterMatrix_module::finalize_matrix_Writer (this)
 Write Hamiltonian to disk.
subroutine WriterMatrix_module::print_Writer (this)
 Print matrix to standard output.
subroutine WriterMatrix_module::clear_Writer (this)
 Clear matrix.
subroutine WriterMatrix_module::destroy_Writer (this)
 Destroy matrix.