Structure of irbasis.h5 - SpM-lab/irbasis GitHub Wiki

The file format of the database irbasis.h5 is HDF5. IR basis sets for different parameter sets are stored in different HDF5 groups. Each group sets must have the structure as follows:

Dataset Type and dimensions Description
info/Lambda double Dimensionless parameter .
info/dim int Number of basis functions and singular values (dim).
info/statistics int Statistics (1 for fermions and 0 for bosons).
sl double (dim) Singular values .
ulx/np int Degree of the piece-wise polynomials for (= ).
ulx/ns int Number of sections for x ∈ [0, 1] (= ).
ulx/data Coefficients of the piece-wise polynomials for .
vly/np int Degree of the piece-wise polynomials for (= ).
vly/ns int Number of sections for y ∈ [0, 1] (= ).
vly/data Coefficients of the piece-wise polynomials for .

Please see the reference written by N. Chikano, K. Yoshimi, J. Otsuki, H. Shinaoka (in preparation) for details to reconstruct of IR basis functions.