tblite
Light-weight tight-binding framework
|
Implementation of npy input routines. More...
Data Types | |
interface | load_npy |
Functions/Subroutines | |
subroutine | load_npy_i4_r1_file (filename, array, iostat, iomsg) |
Implementation of npy input routines.
subroutine tblite_io_numpy_load::load_npy_i4_r1_file | ( | character(len=*), intent(in) | filename, |
integer(i4), dimension(:), intent(out), allocatable | array, | ||
integer, intent(out), optional | iostat, | ||
character(len=:), intent(out), optional, allocatable | iomsg ) |
[in] | filename | Name of the npy file to load from |
[out] | array | Array to be loaded from the npy file |
[out] | iostat | Error status of loading, zero on success |
[out] | iomsg | Associated error message in case of non-zero status code |