DCA icon indicating copy to clipboard operation
DCA copied to clipboard

Faulty hdf5 write for std::complex

Open gbalduzz opened this issue 5 years ago • 0 comments

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.

gbalduzz avatar Apr 07 '19 20:04 gbalduzz