ITensor / NDTensors.jl

A Julia package for n-dimensional sparse tensors.
Apache License 2.0
27 stars 7 forks source link

HDF5 Support for BlockSparse Storage #30

Closed emstoudenmire closed 4 years ago

emstoudenmire commented 4 years ago

This PR adds HDF5 readwrite support for BlockSparse storage and some supporting types. It also updates the unit tests for NDTensors to be a standalone library and adds the Github Actions workflow for running them.