Interface for loading npz files.
More...
|
subroutine | load_npz_i4_r1 (filename, varname, array, iostat, iomsg) |
| Load a numpy array from a npz file.
|
|
subroutine | load_npz_rdp_r1 (filename, varname, array, iostat, iomsg) |
| Load a numpy array from a npz file.
|
|
subroutine | load_npz_rdp_r2 (filename, varname, array, iostat, iomsg) |
| Load a numpy array from a npz file.
|
|
subroutine | load_npz_rdp_r3 (filename, varname, array, iostat, iomsg) |
| Load a numpy array from a npz file.
|
|
Interface for loading npz files.
◆ load_npz_i4_r1()
subroutine tblite_io_numpy_loadz::load_npz::load_npz_i4_r1 |
( |
character(len=*), intent(in) | filename, |
|
|
character(len=*), intent(in) | varname, |
|
|
integer(i4), dimension(:), intent(out), allocatable | array, |
|
|
integer, intent(out), optional | iostat, |
|
|
character(len=:), intent(out), optional, allocatable | iomsg ) |
Load a numpy array from a npz file.
- Parameters
-
[in] | filename | Filename of the npz file |
[in] | varname | Name of the variable to load |
[out] | array | Array to load the data into |
[out] | iostat | Status of the read operation |
[out] | iomsg | Error message in case of failure |
◆ load_npz_rdp_r1()
subroutine tblite_io_numpy_loadz::load_npz::load_npz_rdp_r1 |
( |
character(len=*), intent(in) | filename, |
|
|
character(len=*), intent(in) | varname, |
|
|
real(dp), dimension(:), intent(out), allocatable | array, |
|
|
integer, intent(out), optional | iostat, |
|
|
character(len=:), intent(out), optional, allocatable | iomsg ) |
Load a numpy array from a npz file.
- Parameters
-
[in] | filename | Filename of the npz file |
[in] | varname | Name of the variable to load |
[out] | array | Array to load the data into |
[out] | iostat | Status of the read operation |
[out] | iomsg | Error message in case of failure |
◆ load_npz_rdp_r2()
subroutine tblite_io_numpy_loadz::load_npz::load_npz_rdp_r2 |
( |
character(len=*), intent(in) | filename, |
|
|
character(len=*), intent(in) | varname, |
|
|
real(dp), dimension(:, :), intent(out), allocatable | array, |
|
|
integer, intent(out), optional | iostat, |
|
|
character(len=:), intent(out), optional, allocatable | iomsg ) |
Load a numpy array from a npz file.
- Parameters
-
[in] | filename | Filename of the npz file |
[in] | varname | Name of the variable to load |
[out] | array | Array to load the data into |
[out] | iostat | Status of the read operation |
[out] | iomsg | Error message in case of failure |
◆ load_npz_rdp_r3()
subroutine tblite_io_numpy_loadz::load_npz::load_npz_rdp_r3 |
( |
character(len=*), intent(in) | filename, |
|
|
character(len=*), intent(in) | varname, |
|
|
real(dp), dimension(:, :, :), intent(out), allocatable | array, |
|
|
integer, intent(out), optional | iostat, |
|
|
character(len=:), intent(out), optional, allocatable | iomsg ) |
Load a numpy array from a npz file.
- Parameters
-
[in] | filename | Filename of the npz file |
[in] | varname | Name of the variable to load |
[out] | array | Array to load the data into |
[out] | iostat | Status of the read operation |
[out] | iomsg | Error message in case of failure |
The documentation for this interface was generated from the following file:
- /home/runner/work/tblite/tblite/src/tblite/io/numpy/loadz.f90