issues
search
awietek
/
xdiag
C++ library for Exact Diagonalization of quantum many-body systems
https://awietek.github.io/xdiag
Apache License 2.0
22
stars
5
forks
source link
added some more hdf5 features and some tests
#6
Closed
lukes118
closed
6 months ago
lukes118
commented
6 months ago
HDF5:
added arma::Cube
added "a" append mode
added .col(i) for saving just an arma::Col
to an arma::Mat
added .slice(i) for saving just an arma::Mat
to an arma::Cube
HDF5: