Go to the source code of this file.
|
| module | negf_io |
| | Routines for reading and writing NEGF restart files.
|
| |
|
| subroutine, public | negf_io::negf_restart_file_name (filename, exist, negf_section, logger, icontact, ispin, h00, h01, s00, s01, h, s, hc, sc) |
| | Checks if the restart file exists and returns the filename.
|
| |
| subroutine, public | negf_io::negf_print_matrix_to_file (filename, matrix) |
| | Prints full matrix to a file.
|
| |
| subroutine, public | negf_io::negf_read_matrix_from_file (filename, matrix) |
| | Reads full matrix from a file.
|
| |