See [`H5T_COMPLEX = 11` constant](https://support.hdfgroup.org/documentation/hdf5/latest/group___h5_t.html#ga364545c053f925fec65880b235e37898). Note that the base dtype of the real and imaginary parts [can only be float](https://support.hdfgroup.org/documentation/hdf5/latest/group___c_o_m_p_l_e_x.html): Sample file: [complex_hdf5_dataset.zip](https://github.com/user-attachments/files/28455018/complex_hdf5_dataset.zip) Tracking issues in: - h5wasm: https://github.com/usnistgov/h5wasm/issues/126 - h5grove: https://github.com/silx-kit/h5grove/issues/126
See
H5T_COMPLEX = 11constant. Note that the base dtype of the real and imaginary parts can only be float:Sample file: complex_hdf5_dataset.zip
Tracking issues in: