TensorNetwork icon indicating copy to clipboard operation
TensorNetwork copied to clipboard

Serialization for Tensor

Open tanlin2013 opened this issue 3 years ago • 6 comments

In numpy, this can be acheived with *.npy or *.npz extension. Just wonder, given all supported backends in TensorNetwork, is there a unified way to save a bunch of tensors in a compressed and binary format file?

I have read the documentation for a while, but still couldn't find the saving functionality. Or perhaps I miss it somewhere :)

thanks!

tanlin2013 avatar Mar 31 '21 07:03 tanlin2013