mfherbst / ReducedBasis.jl

Reduced basis methods for parametrised eigenproblems
https://mfherbst.github.io/ReducedBasis.jl/stable/
MIT License
14 stars 0 forks source link

Fix LOBPCG solver #48

Closed pbrehmer closed 4 months ago

pbrehmer commented 4 months ago

This PR fixes the LOBPCG solver. In the DFTK issue JuliaMolSim/DFTK.jl#869 there was a variable name change from iterations to n_iter, which broke the ReducedBasis internal solver. Thanks to Johannes Weiß for pointing this out!

I also update all arXiv references to the PRE journal references in the README and docs.

pbrehmer commented 4 months ago

@mfherbst The errors should now be resolved but the CI won't run through, maybe you know a quick fix?

Edit: I managed to get the 1.6 and documentation test running (and I bumped the ITensors version), but the nightly test keeps getting stuck.

pbrehmer commented 4 months ago

The tests do run on v1.10.3, so this should be okay to merge. On the latest nightly build some dependencies also seem broken. This should be okay to merge.