carstenbauer / StableDQMC.jl

Numerical stabilization routines for determinant quantum Monte Carlo
https://carstenbauer.github.io/StableDQMC.jl/dev/
MIT License
29 stars 5 forks source link

Try a different LAPACK implementation #6

Closed carstenbauer closed 5 years ago

carstenbauer commented 5 years ago

Maybe our results do (slightly?) depend on the particular LAPACK implementation. We used OpenBLAS, the Julia default, for all experiments. Let's rerun them with MKL to be safe.

carstenbauer commented 5 years ago

Done (except speed benchmarks). Results are the same.