This module contain subroutines to read and write data in disk.
writes molecular grid data to file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(basis), | intent(in) | :: | b | |||
character(len=*), | optional | :: | filepath |
reads molecular grid data from file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(wf_data), | intent(in) | :: | f | |||
real(kind=long), | intent(inout), | dimension(f%n_grid, f%n_basis) | :: | basis_ini | ||
character(len=*), | optional | :: | fp |
write LCAO coefficients to file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=long) | :: | lc(:,:) | ||||
character(len=*), | optional | :: | filepath |