MPI-SCATCI  2.0
An MPI version of SCATCI
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. More...
 
subroutine writermatrix_module::set_options_writer (this, option_val)
 Initialize the matrix cache using the Options object. More...
 
subroutine writermatrix_module::get_matelem_writer (this, idx, i, j, coeff)
 Not implemented. More...
 
subroutine writermatrix_module::write_cache_to_unit (this)
 Write matrix chunk to file. More...
 
logical function writermatrix_module::insert_into_write_cache (this, row, column, coefficient)
 Insert matrix element. More...
 
subroutine writermatrix_module::finalize_matrix_writer (this)
 Write Hamiltonian to disk. More...
 
subroutine writermatrix_module::print_writer (this)
 Print matrix to standard output. More...
 
subroutine writermatrix_module::clear_writer (this)
 Clear matrix. More...
 
subroutine writermatrix_module::destroy_writer (this)
 Destroy matrix. More...