![]() |
(git:298f7c4)
|
Functions to print the KS and S matrix in the CSR format to file. More...
Functions/Subroutines | |
| subroutine, public | write_ks_matrix_csr (qs_env, input) |
| writing the KS matrix in csr format into a file | |
| subroutine, public | write_s_matrix_csr (qs_env, input) |
| writing the overlap matrix in csr format into a file | |
Functions to print the KS and S matrix in the CSR format to file.
| subroutine, public qs_scf_csr_write::write_ks_matrix_csr | ( | type(qs_environment_type), pointer | qs_env, |
| type(section_vals_type), pointer | input | ||
| ) |
writing the KS matrix in csr format into a file
| qs_env | qs environment |
| input | the input |
Definition at line 71 of file qs_scf_csr_write.F.
| subroutine, public qs_scf_csr_write::write_s_matrix_csr | ( | type(qs_environment_type), pointer | qs_env, |
| type(section_vals_type), pointer | input | ||
| ) |
writing the overlap matrix in csr format into a file
| qs_env | qs environment |
| input | the input |
Definition at line 121 of file qs_scf_csr_write.F.