joachimbrand / Rimu.jl

Random Integrators for many-body quantum systems
MIT License
33 stars 1 forks source link

`save_dvec()` and `load_dvec()` are not exported #113

Closed yangmr04 closed 3 years ago

yangmr04 commented 3 years ago

https://github.com/joachimbrand/Rimu.jl/blob/cf90d2cca8545adc1b9751ef11777605827beb84/src/RimuIO.jl#L16

I guess this is not intentional, I see no reason to not export these two functions.

mtsch commented 3 years ago

You're right. I had the wrong idea that these functions were unexported and only to be used as RimuIO.(load|save)_(df|dvec). Fixed in #114