DCA
DCA copied to clipboard
Faulty hdf5 write for std::complex
hdf5 writes a vector of 2n doubles as [[re1, im1, re2, im2,...], [re(n+1), im(n+1), ..]] instead using a dimension for the real/imaginary choiche, as it is done for the function class.