carstenbauer / MonteCarlo.jl

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

Faster initialization #156

Open ffreyer opened 2 years ago

ffreyer commented 2 years ago

https://github.com/carstenbauer/MonteCarlo.jl/blob/6ae326e675cbd1a9d11779f3d51cf00fe59dfdd2/src/lattices/lattice_iterators.jl#L65-L100

https://github.com/carstenbauer/MonteCarlo.jl/blob/6ae326e675cbd1a9d11779f3d51cf00fe59dfdd2/src/lattices/lattice_iterators.jl#L666-L688

These take up a lot of time when generating files. Maybe there is a better way to do this?