![]() |
(git:b99ca74)
|
DBCSR output in CP2K. More...
Functions/Subroutines | |
| subroutine, public | write_fm_with_basis_info (blacs_matrix, before, after, qs_env, para_env, first_row, last_row, first_col, last_col, output_unit, omit_headers) |
| Print a spherical matrix of blacs type. | |
| subroutine, public | cp_dbcsr_write_sparse_matrix (sparse_matrix, before, after, qs_env, para_env, first_row, last_row, first_col, last_col, scale, output_unit, omit_headers) |
| ... | |
| subroutine, public | cp_dbcsr_write_matrix_dist (matrix, output_unit, para_env) |
| Print the distribution of a sparse matrix. | |
DBCSR output in CP2K.
Modification history:
| subroutine, public cp_dbcsr_output::write_fm_with_basis_info | ( | type(cp_fm_type), intent(in) | blacs_matrix, |
| integer, intent(in) | before, | ||
| integer, intent(in) | after, | ||
| type(qs_environment_type), pointer | qs_env, | ||
| type(mp_para_env_type), pointer | para_env, | ||
| integer, intent(in), optional | first_row, | ||
| integer, intent(in), optional | last_row, | ||
| integer, intent(in), optional | first_col, | ||
| integer, intent(in), optional | last_col, | ||
| integer, intent(in) | output_unit, | ||
| logical, intent(in), optional | omit_headers | ||
| ) |
Print a spherical matrix of blacs type.
| blacs_matrix | ... |
| before | ... |
| after | ... |
| qs_env | ... |
| para_env | ... |
| first_row | ... |
| last_row | ... |
| first_col | ... |
| last_col | ... |
| output_unit | ... |
| omit_headers | Write only the matrix data, not the row/column headers |
Definition at line 76 of file cp_dbcsr_output.F.
| subroutine, public cp_dbcsr_output::cp_dbcsr_write_sparse_matrix | ( | type(dbcsr_type) | sparse_matrix, |
| integer, intent(in) | before, | ||
| integer, intent(in) | after, | ||
| type(qs_environment_type), pointer | qs_env, | ||
| type(mp_para_env_type), pointer | para_env, | ||
| integer, intent(in), optional | first_row, | ||
| integer, intent(in), optional | last_row, | ||
| integer, intent(in), optional | first_col, | ||
| integer, intent(in), optional | last_col, | ||
| real(dp), intent(in), optional | scale, | ||
| integer, intent(in) | output_unit, | ||
| logical, intent(in), optional | omit_headers | ||
| ) |
...
| sparse_matrix | ... |
| before | ... |
| after | ... |
| qs_env | ... |
| para_env | ... |
| first_row | ... |
| last_row | ... |
| first_col | ... |
| last_col | ... |
| scale | ... |
| output_unit | ... |
| omit_headers | Write only the matrix data, not the row/column headers |
Definition at line 160 of file cp_dbcsr_output.F.
| subroutine, public cp_dbcsr_output::cp_dbcsr_write_matrix_dist | ( | type(dbcsr_type) | matrix, |
| integer, intent(in) | output_unit, | ||
| type(mp_para_env_type), pointer | para_env | ||
| ) |
Print the distribution of a sparse matrix.
| matrix | ... |
| output_unit | ... |
| para_env | ... |
Definition at line 586 of file cp_dbcsr_output.F.