carstenbauer / MonteCarlo.jl

Classical and quantum Monte Carlo simulations in Julia
https://carstenbauer.github.io/MonteCarlo.jl/dev/
Other
186 stars 18 forks source link

Allow loading of simulations without configurations #124

Closed ffreyer closed 3 years ago

ffreyer commented 3 years ago

Or maybe even separate them into their own file. Configurations are usually the largest part of a saved file, but they aren't needed for analysis. An easy option to not loading them would simplify working with MonteCarlo. Having them in a separate file would allow you to leave them on a cluster and only copy/download the (mostly) relevant information instead.