numericalEFT / GreenFunc.jl

Toolbox to study quantum many-body problem at the treelevel
https://numericaleft.github.io/GreenFunc.jl/
MIT License
11 stars 1 forks source link

disk IO operation #7

Closed kunyuan closed 2 years ago

kunyuan commented 2 years ago

GreenFunc should provide API to save/load Green's function to/from disk.

The API should provide two options:

  1. For small Green's function, simply save/load as plain text
  2. For large Green's function, use hdf5 format to save/load with data compression. The following link could be useful: https://juliaio.github.io/HDF5.jl/stable/
kunyuan commented 2 years ago

We decide to use jld2 format, which works automatially.